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

public class DropWizardGeneric<T extends com.codahale.metrics.Metric> extends DropWizardBase
Created by Enrico Risa on 11/07/2018.
  • Field Details

    • metric

      protected final T extends com.codahale.metrics.Metric metric
  • Constructor Details

    • DropWizardGeneric

      public DropWizardGeneric(T metric, String name, String description)
    • DropWizardGeneric

      public DropWizardGeneric(T metric, String name, String description, String unitOfMeasure)
  • Method Details

    • getMetric

      public T getMetric()