Uses of Class
io.opencensus.exporter.metrics.util.MetricExporter
Packages that use MetricExporter
-
Uses of MetricExporter in io.opencensus.exporter.metrics.util
Methods in io.opencensus.exporter.metrics.util with parameters of type MetricExporterModifier and TypeMethodDescriptionstatic IntervalMetricReaderIntervalMetricReader.create(MetricExporter metricExporter, MetricReader metricReader, IntervalMetricReader.Options options) Creates a newIntervalMetricReader.voidMetricReader.readAndExport(MetricExporter metricExporter) Reads the metrics from theMetricProducerManagerand exports them to themetricExporter.