Class ExportComponentImpl
- java.lang.Object
-
- io.opencensus.metrics.export.ExportComponent
-
- io.opencensus.implcore.metrics.export.ExportComponentImpl
-
public final class ExportComponentImpl extends ExportComponent
Implementation ofExportComponent.
-
-
Field Summary
Fields Modifier and Type Field Description private MetricProducerManagermetricProducerManager
-
Constructor Summary
Constructors Constructor Description ExportComponentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricProducerManagergetMetricProducerManager()Returns the globalMetricProducerManagerwhich can be used to register handlers to export all the recorded metrics.-
Methods inherited from class io.opencensus.metrics.export.ExportComponent
newNoopExportComponent
-
-
-
-
Field Detail
-
metricProducerManager
private final MetricProducerManager metricProducerManager
-
-
Method Detail
-
getMetricProducerManager
public MetricProducerManager getMetricProducerManager()
Description copied from class:ExportComponentReturns the globalMetricProducerManagerwhich can be used to register handlers to export all the recorded metrics.- Specified by:
getMetricProducerManagerin classExportComponent- Returns:
- the implementation of the
MetricExporteror no-op if no implementation linked in the binary.
-
-