Hi,
I had a table with column name *last loggedin time* in grafana dashboard.
This will give info regarding on particular server at what time the user
had accessed that server last time
The Prometheus query is as below:
(max_over_time(last_time_user_logged_in_time{instance=~"$ip"}[5m]) * 1000)
Now I need to compare during the last 24 hours, how many servers are not
accessed.
at the end of the query, I want to compare some epochs so that I will give
output, but the epoch we need to pass is dynamic.
How to do that?
Any suggestions please?
Thanks & regards,
Bharath Kumar.
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/82fe5d7a-a235-4921-8eda-95071c7c5525n%40googlegroups.com.