Class ProcessorMetrics

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

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

Supported JVM implementations:

  • HotSpot
  • J9
  • Constructor Summary

    Constructors 
    Constructor Description
    ProcessorMetrics()  
    ProcessorMetrics​(java.lang.Iterable<Tag> tags)  
  • Method Summary

    Modifier and Type Method Description
    void bindTo​(MeterRegistry registry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait