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 DerivedLongCumulativeSpanExporterImpl.droppedSpansprivate static final DerivedLongCumulativeSpanExporterImpl.pushedSpans -
Uses of DerivedLongCumulative in io.opencensus.metrics
Subclasses of DerivedLongCumulative in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final classNo-op implementations of DerivedLongCumulative class.Methods in io.opencensus.metrics that return DerivedLongCumulativeModifier and TypeMethodDescriptionabstract DerivedLongCumulativeMetricRegistry.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 DerivedLongCumulativeDerivedLongCumulative.newNoopDerivedLongCumulative(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedLongCumulative.