Uses of Interface
org.opendaylight.infrautils.metrics.MetricProvider
-
-
Uses of MetricProvider in org.opendaylight.infrautils.jobcoordinator.internal
Constructors in org.opendaylight.infrautils.jobcoordinator.internal with parameters of type MetricProvider Constructor Description JobCoordinatorImpl(MetricProvider metricProvider)
-
Uses of MetricProvider in org.opendaylight.infrautils.metrics.internal
Classes in org.opendaylight.infrautils.metrics.internal that implement MetricProvider Modifier and Type Class Description class
MetricProviderImpl
Implementation ofMetricProvider
based on Coda Hale's Dropwizard Metrics. -
Uses of MetricProvider in org.opendaylight.infrautils.metrics.prometheus.impl
Classes in org.opendaylight.infrautils.metrics.prometheus.impl that implement MetricProvider Modifier and Type Class Description class
PrometheusMetricProviderImpl
Implementation ofMetricProvider
based on Prometheus.IO. -
Uses of MetricProvider in org.opendaylight.infrautils.metrics.sample
Constructors in org.opendaylight.infrautils.metrics.sample with parameters of type MetricProvider Constructor Description MetricsAdvancedExample(MetricProvider metricProvider)
MetricsExample(MetricProvider metricProvider)
-
Uses of MetricProvider in org.opendaylight.infrautils.metrics.testimpl
Classes in org.opendaylight.infrautils.metrics.testimpl that implement MetricProvider Modifier and Type Class Description class
TestMetricProviderImpl
Implementation ofMetricProvider
useful for unit and component tests.
-