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
Describe the bug
count_over_time() does not aggregate over the range specified in the query, and instead shows individual spikes of value 1 for each log entry.
To Reproduce
Steps to reproduce the behavior:
Started Loki 1.3.0 via loki-stack-0.31.1 helm chart
Started Promtail 1.3.0 to tail Python code being deployed in a kubernetes service
Describe the bug
count_over_time() does not aggregate over the range specified in the query, and instead shows individual spikes of value 1 for each log entry.
To Reproduce
Steps to reproduce the behavior:
count_over_time( {instance="mionlinewatcher-9f5bb9c45-m7p74"}[24h] |= "Successfully submitted task: recording-" )
Expected behavior
Graph shown in grafana has an increasing value, starting at 0 and resulting in a final value of 34.
Environment:
Screenshots, Promtail config, or terminal output
The text was updated successfully, but these errors were encountered: