Uses of Class
io.opencensus.metrics.DerivedLongCumulative
Packages that use DerivedLongCumulative
Package
Description
This package describes the Metrics data model.
-
Uses of DerivedLongCumulative in io.opencensus.implcore.metrics
Subclasses of DerivedLongCumulative in io.opencensus.implcore.metricsMethods in io.opencensus.implcore.metrics that return DerivedLongCumulativeModifier and TypeMethodDescriptionMetricRegistryImpl.addDerivedLongCumulative
(String name, MetricOptions options) -
Uses of DerivedLongCumulative in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as DerivedLongCumulativeModifier and TypeFieldDescriptionprivate static final DerivedLongCumulative
SpanExporterImpl.droppedSpans
private static final DerivedLongCumulative
SpanExporterImpl.pushedSpans
-
Uses of DerivedLongCumulative in io.opencensus.metrics
Subclasses of DerivedLongCumulative in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final class
No-op implementations of DerivedLongCumulative class.Methods in io.opencensus.metrics that return DerivedLongCumulativeModifier and TypeMethodDescriptionabstract DerivedLongCumulative
MetricRegistry.addDerivedLongCumulative
(String name, MetricOptions options) Builds a new derived long cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addDerivedLongCumulative
(String name, MetricOptions options) (package private) static DerivedLongCumulative
DerivedLongCumulative.newNoopDerivedLongCumulative
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedLongCumulative
.