Class MetricRegistryImpl.MetricProducerForRegistry
java.lang.Object
io.opencensus.metrics.export.MetricProducer
io.opencensus.implcore.metrics.MetricRegistryImpl.MetricProducerForRegistry
- Enclosing class:
MetricRegistryImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Clockprivate final MetricRegistryImpl.RegisteredMeters -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMetricProducerForRegistry(MetricRegistryImpl.RegisteredMeters registeredMeters, Clock clock) -
Method Summary
-
Field Details
-
registeredMeters
-
clock
-
-
Constructor Details
-
MetricProducerForRegistry
private MetricProducerForRegistry(MetricRegistryImpl.RegisteredMeters registeredMeters, Clock clock)
-
-
Method Details
-
getMetrics
Description copied from class:MetricProducerReturns a collection of producedMetrics to be exported.- Specified by:
getMetricsin classMetricProducer- Returns:
- a collection of produced
Metrics to be exported.
-