Uses of Interface
org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMetric
-
Packages that use DropwizardTypes.DescribableMetric Package Description org.forgerock.monitoring.dropwizard Implementation for Common Monitoring API based on DropWizard. -
-
Uses of DropwizardTypes.DescribableMetric in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement DropwizardTypes.DescribableMetric Modifier and Type Class 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 class
DropwizardTypes.DescribableTimer
A describable timer, implementing both the dropwizard's and the monitoring-api's relevant APIs.
-