digitalocean / prometheus-client-c

A Prometheus Client in C
Other
160 stars 79 forks source link

Metric "process_cpu_seconds_total" is now tracked as "double" #74

Open bmeglic opened 1 year ago

bmeglic commented 1 year ago

This increases precision of the CPU usage, as previously only whole integers were counted.

wferi commented 1 year ago

I almost submitted the same change, so +1.