Class JvmInfoMetrics

java.lang.Object
io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics
All Implemented Interfaces:
MeterBinder

public class JvmInfoMetrics
extends java.lang.Object
implements MeterBinder
MeterBinder for JVM information.
Since:
1.7.0
  • Constructor Summary

    Constructors
    Constructor Description
    JvmInfoMetrics()  
  • 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
  • Constructor Details

    • JvmInfoMetrics

      public JvmInfoMetrics()
  • Method Details