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
Add dashboard panels and alert for scan monitoring
This commit adds metric definitions to the Grafana dashboard for all new
Prometheus metrics:
- FULL_SCAN_ELAPSED, SCAN_COUNT (conductor)
- BUCKET_PROCESSOR_SCAN_START_TIME, BUCKET_PROCESSOR_BUCKETS_COUNT
we're also adding four new dashboard panels in the Lifecycle Conductor section:
- Conductor Full Scan Elapsed Time
- Conductor Scan Counts (buckets, lifecycle buckets, workflows)
- Bucket Processor Scan Progress (per-pod scan-in-progress state)
- Bucket Processor Lifecycle Buckets (per-pod processed count)
A LifecycleScanDurationHigh warning alert that fires when
a conductor scan exceeds 1 hour was also added.
Issue: BB-740
0 commit comments