Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update opensearch-mixin/signals/search-and-index-overview.libsonnet
Co-authored-by: Keith Schmitt <[email protected]>
  • Loading branch information
postnati and schmikei authored Dec 1, 2025
commit 5d3c2f9b2e3f283c1b037eca2ecf204a7907420b
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function(this)
unit: 'ops',
sources: {
prometheus: {
expr: 'opensearch_index_search_scroll_current_number{%(queriesSelector)s, context=~"total"}',
expr: 'opensearch_index_search_scroll_current_number{%(queriesSelector)s, context="total"}',
legendCustomTemplate: '{{index}} - scroll',
},
},
Expand Down
Loading