Expose Go runtime metrics
Closed this issue · 4 comments
saurvs commented
The Go runtime
package exposes metrics related to the host CPU, memory usage and garbage collector.
We can either add a new example demonstrating how to expose those metrics using the existing API, or we can implement a new PCPInstanceMetric
called GoRuntime
, which exposes those metrics and implements a SetTimeResolution
method for periodically updating the metrics.
suyash commented
An example would be nice, there was also a stretch goal for last year (#7) to create a CLI application on top of the API that does that
saurvs commented
Ok. I'll work on an example and look into that issue.
natoscott commented
+1 awesome! This would be wonderful to see guys.