Uses of Class
io.opencensus.metrics.export.TimeSeries
Packages that use TimeSeries
-
Uses of TimeSeries in io.opencensus.implcore.metrics
Fields in io.opencensus.implcore.metrics declared as TimeSeriesModifier and TypeFieldDescriptionprivate final TimeSeriesDerivedDoubleGaugeImpl.PointWithFunction.defaultTimeSeriesprivate final TimeSeriesDerivedLongGaugeImpl.PointWithFunction.defaultTimeSeriesprivate final TimeSeriesDoubleGaugeImpl.PointImpl.defaultTimeSeriesprivate final TimeSeriesLongGaugeImpl.PointImpl.defaultTimeSeriesMethods in io.opencensus.implcore.metrics that return TimeSeriesModifier and TypeMethodDescriptionprivate TimeSeriesDerivedDoubleCumulativeImpl.PointWithFunction.getTimeSeries(Clock clock) private TimeSeriesDerivedDoubleGaugeImpl.PointWithFunction.getTimeSeries(Clock clock) private TimeSeriesDerivedLongCumulativeImpl.PointWithFunction.getTimeSeries(Clock clock) private TimeSeriesDerivedLongGaugeImpl.PointWithFunction.getTimeSeries(Clock clock) private TimeSeriesDoubleCumulativeImpl.PointImpl.getTimeSeries(Clock clock) private TimeSeriesDoubleGaugeImpl.PointImpl.getTimeSeries(Clock clock) private TimeSeriesLongCumulativeImpl.PointImpl.getTimeSeries(Clock clock) private TimeSeriesLongGaugeImpl.PointImpl.getTimeSeries(Clock clock) -
Uses of TimeSeries in io.opencensus.metrics.export
Subclasses of TimeSeries in io.opencensus.metrics.exportFields in io.opencensus.metrics.export with type parameters of type TimeSeriesMethods in io.opencensus.metrics.export that return TimeSeriesModifier and TypeMethodDescriptionstatic TimeSeriesTimeSeries.create(List<LabelValue> labelValues) Creates aTimeSerieswith empty(or no) points.static TimeSeriesCreates aTimeSeries.private static TimeSeriesTimeSeries.createInternal(List<LabelValue> labelValues, List<Point> points, Timestamp startTimestamp) Creates aTimeSeries.static TimeSeriesTimeSeries.createWithOnePoint(List<LabelValue> labelValues, Point point, Timestamp startTimestamp) Creates aTimeSeries.Sets thePointof theTimeSeries.Methods in io.opencensus.metrics.export that return types with arguments of type TimeSeriesModifier and TypeMethodDescriptionAutoValue_Metric.getTimeSeriesList()abstract List<TimeSeries> Metric.getTimeSeriesList()Returns theTimeSerieslist for this metric.Methods in io.opencensus.metrics.export with parameters of type TimeSeriesModifier and TypeMethodDescriptionstatic MetricMetric.createWithOneTimeSeries(MetricDescriptor metricDescriptor, TimeSeries timeSeries) Creates aMetric.Method parameters in io.opencensus.metrics.export with type arguments of type TimeSeriesModifier and TypeMethodDescriptionprivate static voidMetric.checkTypeMatch(MetricDescriptor.Type type, List<TimeSeries> timeSeriesList) static MetricMetric.create(MetricDescriptor metricDescriptor, List<TimeSeries> timeSeriesList) Creates aMetric.private static MetricMetric.createInternal(MetricDescriptor metricDescriptor, List<TimeSeries> timeSeriesList) Creates aMetric.Constructor parameters in io.opencensus.metrics.export with type arguments of type TimeSeriesModifierConstructorDescription(package private)AutoValue_Metric(MetricDescriptor metricDescriptor, List<TimeSeries> timeSeriesList)