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 documentsIndexedPanel by removing default values
Updated the documentsIndexedPanel to match the legacy panel configuration
by removing all default values per .clauderc guidelines.
Panel changes (opensearch-mixin/panels.libsonnet:880-897):
- Added intervalFactor(2) to target (was missing)
- Removed all default values: color mode, axis config, legend, tooltip options
- Added field override to hide series with all-zero values from legend/tooltip
- Reduced from 38 lines to 18 lines while maintaining identical functionality
The indexing_count signal was already modernized in commit 570c7ba to use
signal framework helpers (type: 'gauge' with aggLevel: 'group').
Verified by comparing generated JSON with legacy panel - all significant
fields match, only acceptable differences (default values) remain.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments