Interface DropwizardTypes.DescribableMetric
-
- All Superinterfaces:
com.codahale.metrics.Metric
- All Known Implementing Classes:
DropwizardTypes.DescribableCounter
,DropwizardTypes.DescribableGauge
,DropwizardTypes.DescribableMeter
,DropwizardTypes.DescribableTimer
- Enclosing class:
- DropwizardTypes
public static interface DropwizardTypes.DescribableMetric extends com.codahale.metrics.Metric
A describable dropwizard metric. The metric is described using theMeter.Id
class. A hierarchical name can be provided by using the methodMeter.Builder.hierarchicalName
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Meter.Id
getId()
Returns A unique combination of name and tags identifying this metric.
-
-
-
Method Detail
-
getId
Meter.Id getId()
Returns A unique combination of name and tags identifying this metric.- Returns:
- A unique combination of name and tags identifying this metric
-
-