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