Package io.prometheus.client.hotspot
Class StandardExports
- java.lang.Object
-
- io.prometheus.client.Collector
-
- io.prometheus.client.hotspot.StandardExports
-
public class StandardExports extends io.prometheus.client.Collector
Exports the standard exports common across all prometheus clients.This includes stats like CPU time spent and memory usage.
Example usage:
new StandardExports().register();
-
-
Constructor Summary
Constructors Constructor Description StandardExports()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.prometheus.client.Collector.MetricFamilySamples>collect()
-
-
-
Constructor Detail
-
StandardExports
public StandardExports()
-
-