Status History graph

Hello,

I am facing an issue with the Status History panel. My Grafana instance is connected to a Prometheus server to retrieve a metric that updates once a day.

I am trying to build a 7-day view to track changes for specific instances. I thought the Status History visualization would be the right solution, but I am struggling with the Min step setting:

  • If I set Min step to 1d, the visualization looks good, but the data is inaccurate because it misses recent data (less than 24 hours old).

  • If I set Min step to 5m, I get no missing data, but the visualization becomes cluttered because I don’t need such high granularity.

It seems like Min step is conflicting with both the presentation and the freshness of the data. Is there a specific configuration to solve this?

Thank you in advance.