Hi,
In the “Logs volume” panel I can see the total number of logs in an abbreviated format (131k). How can I see the exact number here?
I’ve seen that for dashboards this is configurable. But I don’t want to create a dashboard every time I need to count some specific log messages. I’d like to see the exact number in the Explore view.
I managed to get the exact count by using count_over_time
and sum
operators with an instant query at a specific time (finding the correct time takes another query). But this is very convoluted.