java.lang.Object
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardBase
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGeneric<com.codahale.metrics.Gauge<T>>
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGauge<T>
All Implemented Interfaces:
OGauge<T>, OMetric

public class DropWizardGauge<T> extends DropWizardGeneric<com.codahale.metrics.Gauge<T>> implements OGauge<T>
Created by Enrico Risa on 11/07/2018.
  • Constructor Details

    • DropWizardGauge

      public DropWizardGauge(com.codahale.metrics.Gauge<T> gauge, String name, String description)
    • DropWizardGauge

      public DropWizardGauge(com.codahale.metrics.Gauge<T> gauge, String name, String description, String unitOfMeasure)
  • Method Details

    • getValue

      public T getValue()
      Specified by:
      getValue in interface OGauge<T>