Hi Team, I'm running StarRocks 4.0.1 in a shared-d...
# questions-and-troubleshooting
r
Hi Team, I'm running StarRocks 4.0.1 in a shared-data architecture (FE + CN) and have enabled automated snapshots with a retention interval of 10 minutes. While reviewing the available FE metrics, I could not find the following metrics : •
starrocks_fe_cluster_snapshot_consecutive_failure_count
starrocks_fe_cluster_snapshot_last_finished_time
I would like to monitor automated snapshot health and create alerting for snapshot failures. My goal is to: 1. Detect a failed automated snapshot as soon as it occurs. 2. Alert if snapshots have not completed successfully within an expected time window. 3. Track consecutive snapshot failures. Questions: • Are these metrics available in StarRocks 4.0.1? • If not, what is the recommended way to monitor automated snapshot success/failure? • How are other users implementing Prometheus/Grafana alerting for automated snapshot failures? Any guidance or example alert rules would be appreciated. Thanks!