Reputation: 41
How do I get the unique user per day using LogQL
With the following I can get the number of access per userID, but not over time.
count by(userId) count_over_time({namespace=`myNamespace`} | pattern `<_>userId:"<userId"`)[$__interval])]
Is there a good example on the background that I can follow?
Upvotes: 0
Views: 146