Class DropWizardGeneric<T extends com.codahale.metrics.Metric>
java.lang.Object
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardBase
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGeneric<T>
- All Implemented Interfaces:
OMetric
- Direct Known Subclasses:
DropWizardCounter,DropWizardGauge,DropWizardGenericSet,DropWizardHistogram,DropWizardTimer
Created by Enrico Risa on 11/07/2018.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDropWizardGeneric(T metric, String name, String description) DropWizardGeneric(T metric, String name, String description, String unitOfMeasure) -
Method Summary
Methods inherited from class com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardBase
getDescription, getName, getUnitOfMeasure
-
Field Details
-
metric
-
-
Constructor Details
-
DropWizardGeneric
-
DropWizardGeneric
-
-
Method Details
-
getMetric
-