Hi,
Just want to ask if there’s a panel (for logs) with the same view as in the Explore tab, I mean with the bars for the logs over time (see screenshot)
Thanks
Hi,
Just want to ask if there’s a panel (for logs) with the same view as in the Explore tab, I mean with the bars for the logs over time (see screenshot)
Thanks
No. But you can create time series graph, write LogQL query which will calculate counts per log level and you will have that.
Example LogQL query (of cuorse you must have that loglevel label or parse it):
sum by (loglevel) (
count_over_time(
{
job="Pi-Hole"
}
[$__interval]
)
)
Thank you, is not the same but it’s something
I saw on github that the is on the roadmap: Loki: Support log volume histogram in custom dashboards · Issue #73430 · grafana/grafana · GitHub
you can still customize it: bucket size, graph types, colors,… a million options.
I don’t understand, why people need exactly that one.
When they will get exactly that one, then they will be asking how can they customize it