Uses of Interface
org.opendaylight.infrautils.metrics.Timer
-
-
Uses of Timer in org.opendaylight.infrautils.metrics
Methods in org.opendaylight.infrautils.metrics that return Timer Modifier and Type Method Description Timer
MetricProvider. newTimer(Object anchor, String id)
Deprecated.Timer
MetricProvider. newTimer(MetricDescriptor descriptor)
Create new Timer metric without labels.Methods in org.opendaylight.infrautils.metrics that return types with arguments of type Timer Modifier and Type Method Description Labeled<Timer>
MetricProvider. newTimer(MetricDescriptor descriptor, String labelName)
Create new Timer metric with 1 label.Labeled<Labeled<Timer>>
MetricProvider. newTimer(MetricDescriptor descriptor, String firstLabelName, String secondLabelName)
Create new Timer metric with 2 labels. -
Uses of Timer in org.opendaylight.infrautils.metrics.internal
Methods in org.opendaylight.infrautils.metrics.internal that return Timer Modifier and Type Method Description Timer
MetricProviderImpl. newTimer(Object anchor, String id)
Timer
MetricProviderImpl. newTimer(MetricDescriptor descriptor)
Methods in org.opendaylight.infrautils.metrics.internal that return types with arguments of type Timer Modifier and Type Method Description Labeled<Timer>
MetricProviderImpl. newTimer(MetricDescriptor descriptor, String labelName)
Labeled<Labeled<Timer>>
MetricProviderImpl. newTimer(MetricDescriptor descriptor, String firstLabelName, String secondLabelName)
-
Uses of Timer in org.opendaylight.infrautils.metrics.prometheus.impl
Methods in org.opendaylight.infrautils.metrics.prometheus.impl that return Timer Modifier and Type Method Description Timer
PrometheusMetricProviderImpl. newTimer(Object anchor, String id)
Timer
PrometheusMetricProviderImpl. newTimer(MetricDescriptor descriptor)
Methods in org.opendaylight.infrautils.metrics.prometheus.impl that return types with arguments of type Timer Modifier and Type Method Description Labeled<Timer>
PrometheusMetricProviderImpl. newTimer(MetricDescriptor descriptor, String labelName)
Labeled<Labeled<Timer>>
PrometheusMetricProviderImpl. newTimer(MetricDescriptor descriptor, String firstLabelName, String secondLabelName)
-
Uses of Timer in org.opendaylight.infrautils.metrics.testimpl
Methods in org.opendaylight.infrautils.metrics.testimpl that return Timer Modifier and Type Method Description Timer
TestMetricProviderImpl. newTimer(@Nullable Object anchor, @Nullable String id)
Timer
TestMetricProviderImpl. newTimer(MetricDescriptor descriptor)
Methods in org.opendaylight.infrautils.metrics.testimpl that return types with arguments of type Timer Modifier and Type Method Description Labeled<Timer>
TestMetricProviderImpl. newTimer(MetricDescriptor descriptor, String labelName)
Labeled<Labeled<Timer>>
TestMetricProviderImpl. newTimer(MetricDescriptor descriptor, String firstLabelName, String secondLabelName)
-