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 e6b5df5dd48a6e780683cc837cb90410479bd547
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function(this)
unit: 'ops',
sources: {
prometheus: {
expr: 'opensearch_index_search_fetch_current_number{%(queriesSelector)s, context=~"total"}',
expr: 'opensearch_index_search_fetch_current_number{%(queriesSelector)s, context="total"}',
legendCustomTemplate: '{{index}} - fetch',
},
},
Expand Down
Loading