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.Object
Abstract 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 void
export(java.util.Collection<Metric> metrics)
Exports the list of givenMetric
.
-