Hello, my second day with Grafana, so please bare with me if I ask something obvious.
I have 2 panels in my dashboards using ES datasource. Refresh rate is 5s.
My index is Agent index with fields: status and updatedAt.
1st panel is Count (agent by statuses). I set wildcard lucene query, group by status field and then by Date Histogram (interval 5s). On X axis I chose Mode Series and the value Total. All good!
but on the 2nd panel I need to plot average count per min. I tried the same way as with 1st panel:
I set wildcard lucene query, group by status field and then by Date Histogram (interval 1m). On X axis I chose Mode Series, But what should be value on X axis? If I set Total, like in 1st panel, I get the identical graph, if I set the Avg, I get meaningless result, e.g 10x smaller then total counts.
Any hint?
Thanks in advance,
Milan