Uses of Class
io.opencensus.exporter.metrics.util.MetricExporter
-
Packages that use MetricExporter Package Description io.opencensus.exporter.metrics.util io.opencensus.exporter.stats.prometheus -
-
Uses of MetricExporter in io.opencensus.exporter.metrics.util
Fields in io.opencensus.exporter.metrics.util declared as MetricExporter Modifier and Type Field Description private MetricExporter
IntervalMetricReader.Worker. metricExporter
Methods in io.opencensus.exporter.metrics.util with parameters of type MetricExporter Modifier and Type Method Description static IntervalMetricReader
IntervalMetricReader. create(MetricExporter metricExporter, MetricReader metricReader, IntervalMetricReader.Options options)
Creates a newIntervalMetricReader
.void
MetricReader. readAndExport(MetricExporter metricExporter)
Reads the metrics from theMetricProducerManager
and exports them to themetricExporter
.Constructors in io.opencensus.exporter.metrics.util with parameters of type MetricExporter Constructor Description Worker(MetricExporter metricExporter, long exportInterval, MetricReader metricReader)
-
Uses of MetricExporter in io.opencensus.exporter.stats.prometheus
Subclasses of MetricExporter in io.opencensus.exporter.stats.prometheus Modifier and Type Class Description private static class
PrometheusStatsCollector.DescribeMetricExporter
private static class
PrometheusStatsCollector.ExportMetricExporter
-