Class ProcessorMetrics

java.lang.Object
io.micrometer.core.instrument.binder.system.ProcessorMetrics
All Implemented Interfaces:
MeterBinder

@NonNullApi @NonNullFields public class ProcessorMetrics extends Object implements MeterBinder
Record metrics related to the CPU, gathered by the JVM.

Supported JVM implementations:

  • HotSpot
  • J9
  • Constructor Details

    • ProcessorMetrics

      public ProcessorMetrics()
    • ProcessorMetrics

      public ProcessorMetrics(Iterable<Tag> tags)
  • Method Details