Closed msiebuhr closed 7 years ago
https://prometheus.io/docs/instrumenting/writing_clientlibs/#standard-and-runtime-collectors
In particular uptime_ms -> process_start_time_seconds.
uptime_ms
process_start_time_seconds
Perhaps we can also find some way of calculating process_heap_bytes from heap_free_b.
process_heap_bytes
heap_free_b
process_start_time_seconds is since UNIX epoch - and to do that I'd need to run NTP. Then I'd rather not.
https://prometheus.io/docs/instrumenting/writing_clientlibs/#standard-and-runtime-collectors
In particular
uptime_ms
->process_start_time_seconds
.Perhaps we can also find some way of calculating
process_heap_bytes
fromheap_free_b
.