Class StandardExports

java.lang.Object
io.prometheus.client.Collector
io.prometheus.client.hotspot.StandardExports

public class StandardExports extends 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();