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 MetricProducerManager
metricProducerManager
-
Constructor Summary
Constructors Constructor Description ExportComponentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricProducerManager
getMetricProducerManager()
Returns 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 Detail
-
metricProducerManager
private final MetricProducerManager metricProducerManager
-
-
Method Detail
-
getMetricProducerManager
public MetricProducerManager 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.
-
-