Uses of Class
io.opencensus.metrics.export.Metric
-
Packages that use Metric Package Description io.opencensus.exporter.metrics.util io.opencensus.exporter.stats.prometheus io.opencensus.implcore.metrics io.opencensus.implcore.stats io.opencensus.metrics.export -
-
Uses of Metric in io.opencensus.exporter.metrics.util
Fields in io.opencensus.exporter.metrics.util with type parameters of type Metric Modifier and Type Field Description private java.util.Queue<Metric>QueueMetricProducer. bufferedMetricsMethods in io.opencensus.exporter.metrics.util that return types with arguments of type Metric Modifier and Type Method Description java.util.Collection<Metric>QueueMetricProducer. getMetrics()Method parameters in io.opencensus.exporter.metrics.util with type arguments of type Metric Modifier and Type Method Description abstract voidMetricExporter. export(java.util.Collection<Metric> metrics)Exports the list of givenMetric.voidQueueMetricProducer. pushMetrics(java.util.Collection<Metric> metrics)PushesMetrics to thisQueueMetricProducer. -
Uses of Metric in io.opencensus.exporter.stats.prometheus
Methods in io.opencensus.exporter.stats.prometheus with parameters of type Metric Modifier and Type Method Description (package private) static io.prometheus.client.Collector.MetricFamilySamplesPrometheusExportUtils. createMetricFamilySamples(Metric metric, java.lang.String namespace)Method parameters in io.opencensus.exporter.stats.prometheus with type arguments of type Metric Modifier and Type Method Description voidPrometheusStatsCollector.DescribeMetricExporter. export(java.util.Collection<Metric> metrics)voidPrometheusStatsCollector.ExportMetricExporter. export(java.util.Collection<Metric> metrics) -
Uses of Metric in io.opencensus.implcore.metrics
Methods in io.opencensus.implcore.metrics that return Metric Modifier and Type Method Description MetricDerivedDoubleCumulativeImpl. getMetric(Clock clock)MetricDerivedDoubleGaugeImpl. getMetric(Clock clock)MetricDerivedLongCumulativeImpl. getMetric(Clock clock)MetricDerivedLongGaugeImpl. getMetric(Clock clock)MetricDoubleCumulativeImpl. getMetric(Clock clock)MetricDoubleGaugeImpl. getMetric(Clock clock)MetricLongCumulativeImpl. getMetric(Clock clock)MetricLongGaugeImpl. getMetric(Clock clock)MetricMeter. getMetric(Clock clock)Provides aMetricwith one or moreTimeSeries.Methods in io.opencensus.implcore.metrics that return types with arguments of type Metric Modifier and Type Method Description java.util.Collection<Metric>MetricRegistryImpl.MetricProducerForRegistry. getMetrics() -
Uses of Metric in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return Metric Modifier and Type Method Description (package private) MetricMutableViewData.CumulativeMutableViewData. toMetric(Timestamp now, CurrentState.State state)(package private) MetricMutableViewData.IntervalMutableViewData. toMetric(Timestamp now, CurrentState.State state)(package private) abstract MetricMutableViewData. toMetric(Timestamp now, CurrentState.State state)Methods in io.opencensus.implcore.stats that return types with arguments of type Metric Modifier and Type Method Description (package private) java.util.List<Metric>MeasureToViewMap. getMetrics(Clock clock, CurrentState.State state)java.util.Collection<Metric>MetricProducerImpl. getMetrics()(package private) java.util.Collection<Metric>StatsManager. getMetrics() -
Uses of Metric in io.opencensus.metrics.export
Subclasses of Metric in io.opencensus.metrics.export Modifier and Type Class Description (package private) classAutoValue_MetricMethods in io.opencensus.metrics.export that return Metric Modifier and Type Method Description static MetricMetric. create(MetricDescriptor metricDescriptor, java.util.List<TimeSeries> timeSeriesList)Creates aMetric.private static MetricMetric. createInternal(MetricDescriptor metricDescriptor, java.util.List<TimeSeries> timeSeriesList)Creates aMetric.static MetricMetric. createWithOneTimeSeries(MetricDescriptor metricDescriptor, TimeSeries timeSeries)Creates aMetric.Methods in io.opencensus.metrics.export that return types with arguments of type Metric Modifier and Type Method Description abstract java.util.Collection<Metric>MetricProducer. getMetrics()Returns a collection of producedMetrics to be exported.
-