You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... trying to split the metrics collection issue into small digestible bits.
Description
Select among all existing metrics recorded by Prometheus those of interest to external stakeholders:
Number of active users
CPU usage
Bandwidth usage
...
Create recording rules in our current Prometheus server to store hourly/daily resolution metrics:
Total number of active users per day
Mean hourly CPU usage
Mean hourly bandwidth usage
...
Make sure the frequency is clearly indicated in the metrics names.
Display hourly/daily data in Graphana dashboard
This doesn't solve the data retention issue, but it's a necessary step. A second Prometheus instance can federate the first instance and scrape the metrics that match a hourly/daily regexp pattern.
@huard you mentioned that there is an existing metric that records total number of active users per day. Do you know which metric that is (its name, how it is collected)?
... trying to split the metrics collection issue into small digestible bits.
Description
Make sure the frequency is clearly indicated in the metrics names.
This doesn't solve the data retention issue, but it's a necessary step. A second Prometheus instance can federate the first instance and scrape the metrics that match a hourly/daily regexp pattern.
References
#277
Concerned Organizations
The text was updated successfully, but these errors were encountered: