Grafana LogQL: How can i count unique number of labels without grouping?
I want to get a unique count of user ID and display on Dashboard from my logs.
How to extract metrics of number of busy application instances based on logFmt log entries with different start/end contens in Grafana + Loki
I’m using Grafana + Loki for monitoring operation of an application that generates logs in logFmt format. The application outputs log entries with different text patterns when it starts and ends processing a request, let’s say, msg="Started processing request"
and msg="Completed processing request"
. An instance is considered busy for the time interval between these two messages.
Get of unique user count per day using LogQL
How do I get the unique user per day using LogQL