Class MetricExporter
java.lang.Object
io.opencensus.exporter.metrics.util.MetricExporter
- Direct Known Subclasses:
PrometheusStatsCollector.DescribeMetricExporter, PrometheusStatsCollector.ExportMetricExporter
Abstract class that represents a metric exporter.
- Since:
- 0.19
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexport(Collection<Metric> metrics) Exports the list of givenMetric.