Hi all, I’m testing an observability stack that consists of Grafana for visualization, Mimir to store metrics, Alloy to scrape, and cAdvisor to expose metrics. All of them are running in containers with docker compose.
I’m seeing about 5 minutes of future points in Grafana’s time series (e.g. see screenshot of container_cpu_usage_seconds_total{} with a time window from=now-6m to=now+6m). The data appears to just be a flat continuation of the most recent point, each point updates with the actual data as the minute rolls around. Is this a normal behavior? Can I turn off this projection? How?
Ah got it - yeah I’m not sure why it would project future data without something set up to do that. I’ll have to step back and let someone else answer that one