You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify searchAndIndexShardCountPanel by removing default values
Updated searchAndIndexShardCountPanel (opensearch-mixin/panels.libsonnet:1020-1037):
- Added intervalFactor(2) to the shards_per_index target
- Removed all default values (color mode, axis config, legend, tooltip)
- Kept only meaningful customizations: unit('shards'), thresholds
- Added field override to hide series with all-zero values from legend/tooltip
The panel has been reduced from 37 lines to 17 lines while maintaining
identical functionality to the legacy panel.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments