Netto
Netto

Reputation: 41

Get of unique user count per day using LogQL

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

Answers (0)

Related Questions