Class MetricProducer
java.lang.Object
io.opencensus.metrics.export.MetricProducer
- Direct Known Subclasses:
MetricProducerImpl, MetricRegistryImpl.MetricProducerForRegistry, QueueMetricProducer
A
Metric producer that can be registered for exporting using MetricProducerManager.
All implementation MUST be thread-safe.
- Since:
- 0.17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<Metric> Returns a collection of producedMetrics to be exported.