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