Uses of Package
io.opencensus.metrics.export
Packages that use io.opencensus.metrics.export
Package
Description
This package describes the Metrics data model.
-
Classes in io.opencensus.metrics.export used by io.opencensus.exporter.metrics.utilClassDescriptionA
Metric
with one or moreTimeSeries
.AMetric
producer that can be registered for exporting usingMetricProducerManager
.Keeps a set ofMetricProducer
that is used by exporters to determine the metrics that need to be exported. -
Classes in io.opencensus.metrics.export used by io.opencensus.exporter.stats.prometheusClassDescriptionA
Metric
with one or moreTimeSeries
.MetricDescriptor
defines aMetric
type and its schema.The kind of metric.Keeps a set ofMetricProducer
that is used by exporters to determine the metrics that need to be exported.The actual point value for aPoint
. -
Classes in io.opencensus.metrics.export used by io.opencensus.implcore.metricsClassDescriptionA
Metric
with one or moreTimeSeries
.MetricDescriptor
defines aMetric
type and its schema.AMetric
producer that can be registered for exporting usingMetricProducerManager
.A collection of data points that describes the time-varying values of aMetric
. -
Classes in io.opencensus.metrics.export used by io.opencensus.implcore.metrics.exportClassDescriptionClass that holds the implementation instance for
MetricProducerManager
.AMetric
producer that can be registered for exporting usingMetricProducerManager
.Keeps a set ofMetricProducer
that is used by exporters to determine the metrics that need to be exported. -
Classes in io.opencensus.metrics.export used by io.opencensus.implcore.statsClassDescriptionA
Metric
with one or moreTimeSeries
.MetricDescriptor
defines aMetric
type and its schema.The kind of metric.AMetric
producer that can be registered for exporting usingMetricProducerManager
.A timestamped measurement of aTimeSeries
. -
Classes in io.opencensus.metrics.export used by io.opencensus.metrics
-
Classes in io.opencensus.metrics.export used by io.opencensus.metrics.exportClassDescription
Distribution
contains summary statistics for a population of values.The histogram bucket of the population values.The bucket options used to create a histogram for the distribution.A Bucket with explicit boundsDistribution.BucketOptions
.Class that holds the implementation instance forMetricProducerManager
.AMetric
with one or moreTimeSeries
.MetricDescriptor
defines aMetric
type and its schema.The kind of metric.AMetric
producer that can be registered for exporting usingMetricProducerManager
.Keeps a set ofMetricProducer
that is used by exporters to determine the metrics that need to be exported.A timestamped measurement of aTimeSeries
.Implementation of theDistribution
as a summary of observations.Represents the summary observation of the recorded events over a sliding time window.Represents the value at a given percentile of a distribution.A collection of data points that describes the time-varying values of aMetric
.The actual point value for aPoint
.Value.ValueDistribution
contains summary statistics for a population of values.A 64-bit double-precision floating-pointValue
.A 64-bit integerValue
.Value.ValueSummary
contains a snapshot representing values calculated over an arbitrary time window.