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 AMetricwith one or moreTimeSeries.MetricProducer AMetricproducer that can be registered for exporting usingMetricProducerManager.MetricProducerManager Keeps a set ofMetricProducerthat 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 AMetricwith one or moreTimeSeries.MetricDescriptor MetricDescriptordefines aMetrictype and its schema.MetricDescriptor.Type The kind of metric.MetricProducerManager Keeps a set ofMetricProducerthat 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 AMetricwith one or moreTimeSeries.MetricDescriptor MetricDescriptordefines aMetrictype and its schema.MetricProducer AMetricproducer 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 AMetricproducer that can be registered for exporting usingMetricProducerManager.MetricProducerManager Keeps a set ofMetricProducerthat 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 AMetricwith one or moreTimeSeries.MetricDescriptor MetricDescriptordefines aMetrictype and its schema.MetricDescriptor.Type The kind of metric.MetricProducer AMetricproducer 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 Distributioncontains 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 AMetricwith one or moreTimeSeries.MetricDescriptor MetricDescriptordefines aMetrictype and its schema.MetricDescriptor.Type The kind of metric.MetricProducer AMetricproducer that can be registered for exporting usingMetricProducerManager.MetricProducerManager Keeps a set ofMetricProducerthat is used by exporters to determine the metrics that need to be exported.Point A timestamped measurement of aTimeSeries.Summary Implementation of theDistributionas 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.ValueDistributioncontains 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.ValueSummarycontains a snapshot representing values calculated over an arbitrary time window.