Package io.opencensus.metrics.export
Class ExportComponent.NoopExportComponent
java.lang.Object
io.opencensus.metrics.export.ExportComponent
io.opencensus.metrics.export.ExportComponent.NoopExportComponent
- Enclosing class:
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
-
METRIC_PRODUCER_MANAGER
-
-
Constructor Details
-
NoopExportComponent
private NoopExportComponent()
-
-
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.
-