public final class DropwizardTypes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DropwizardTypes.DescribableCounter
A describable counter, implementing both the dropwizard's and the monitoring-api's relevant APIs.
|
static class |
DropwizardTypes.DescribableGauge<T>
A describable gauge, implementing both the dropwizard's and the monitoring-api's relevant APIs.
|
static class |
DropwizardTypes.DescribableMeter
A describable meter, implementing both the dropwizard's meter and the monitoring-api's relevant APIs.
|
static interface |
DropwizardTypes.DescribableMetric
A describable dropwizard metric.
|
static class |
DropwizardTypes.DescribableTimer
A describable timer, implementing both the dropwizard's and the monitoring-api's relevant APIs.
|
Modifier and Type | Method and Description |
---|---|
static com.codahale.metrics.MetricRegistry |
toMetricRegistry(MeterRegistry meterRegistry)
Converts a
MeterRegistry to a MetricRegistry . |
public static com.codahale.metrics.MetricRegistry toMetricRegistry(MeterRegistry meterRegistry)
MeterRegistry
to a MetricRegistry
.meterRegistry
- The meterRegistry.Copyright 2011-2017 ForgeRock AS.