Class ExportComponentImpl
java.lang.Object
io.opencensus.metrics.export.ExportComponent
io.opencensus.implcore.metrics.export.ExportComponentImpl
Implementation of
ExportComponent
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the globalMetricProducerManager
which can be used to register handlers to export all the recorded metrics.Methods inherited from class io.opencensus.metrics.export.ExportComponent
newNoopExportComponent
-
Field Details
-
metricProducerManager
-
-
Constructor Details
-
ExportComponentImpl
public ExportComponentImpl()
-
-
Method Details
-
getMetricProducerManager
Description copied from class:ExportComponent
Returns the globalMetricProducerManager
which can be used to register handlers to export all the recorded metrics.- Specified by:
getMetricProducerManager
in classExportComponent
- Returns:
- the implementation of the
MetricExporter
or no-op if no implementation linked in the binary.
-