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 globalMetricProducerManagerwhich can be used to register handlers to export all the recorded metrics.Methods inherited from class ExportComponent
newNoopExportComponent
-
Field Details
-
metricProducerManager
-
-
Constructor Details
-
ExportComponentImpl
public ExportComponentImpl()
-
-
Method Details
-
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.
-