0xERR0R / dex

Prometheus Docker EXporter
52 stars 8 forks source link

Add dex_cpu_utilization_seconds_total metric #87

Closed nmmsantos closed 6 months ago

nmmsantos commented 6 months ago

This PR adds a new metric dex_cpu_utilization_seconds_total which is a counter of the total number of CPU seconds used by the container since the start. This metric is useful in scenarios where it is needed an overall system utilization over time. The idea of adding a new metric instead of updating the current one is to keep the compatibility with the current dashboards. Fixes #70.