Class UptimeMetrics

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

@NonNullApi
@NonNullFields
public class UptimeMetrics
extends java.lang.Object
implements MeterBinder
Uptime metrics.
  • Constructor Summary

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

    • UptimeMetrics

      public UptimeMetrics()
    • UptimeMetrics

      public UptimeMetrics​(java.lang.Iterable<Tag> tags)
  • Method Details