Say I have a counter counting some errors. The application with the counter can run multiple instances. My understanding is that something like this will give me a graph with errors per second per instance of the application.
rate(lookup_errors_total[5m])
I find that errors per second makes is it mentally challenging to interpret the graph (perhaps thats just me). Is there any way to plot this as a bar chart in Grafana where each bar represents a number of errors?