Grafana Show Daily Token Usuage

Hi community,

I am recording a counter metric in Prometheus to track LLM token usage and displaying the daily usage in Grafana. Currently, I use increase(metric_name[24h]) to calculate the daily token usage. However, in Grafana, the x-axis label (e.g., “03/04”) represents the evaluation time at 03/04 00:00:00, which actually corresponds to the token usage of 03/03. This misalignment makes the visualization confusing.

How to better show the daily usage?