public abstract class MetricExporter extends Object
| Constructor and Description |
|---|
MetricExporter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
export(Collection<io.opencensus.metrics.export.Metric> metrics)
Exports the list of given
Metric. |
public abstract void export(Collection<io.opencensus.metrics.export.Metric> metrics)
Metric.metrics - the list of Metric to be exported.