Class DropWizardGauge<T>
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>
public class DropWizardGauge<T>
extends DropWizardGeneric<com.codahale.metrics.Gauge<T>>
implements OGauge<T>
Created by Enrico Risa on 11/07/2018.
-
Field Summary
Fields inherited from class com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGeneric
metric -
Constructor Summary
ConstructorsConstructorDescriptionDropWizardGauge(com.codahale.metrics.Gauge<T> gauge, String name, String description) DropWizardGauge(com.codahale.metrics.Gauge<T> gauge, String name, String description, String unitOfMeasure) -
Method Summary
Methods inherited from class com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGeneric
getMetricMethods inherited from class com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardBase
getDescription, getName, getUnitOfMeasureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.agent.profiler.metrics.OMetric
getDescription, getName, getUnitOfMeasure