Class PrometheusStatsCollector.DescribeMetricExporter
java.lang.Object
io.opencensus.exporter.metrics.util.MetricExporter
io.opencensus.exporter.stats.prometheus.PrometheusStatsCollector.DescribeMetricExporter
- Enclosing class:
PrometheusStatsCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(Collection<Metric> metrics) Exports the list of givenMetric
.
-
Field Details
-
samples
-
namespace
-
-
Constructor Details
-
DescribeMetricExporter
-
-
Method Details
-
export
Description copied from class:MetricExporter
Exports the list of givenMetric
.- Specified by:
export
in classMetricExporter
- Parameters:
metrics
- the list ofMetric
to be exported.
-