Uses of Class
io.opencensus.metrics.DerivedLongCumulative
-
Packages that use DerivedLongCumulative Package Description io.opencensus.implcore.metrics io.opencensus.implcore.trace.export io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of DerivedLongCumulative in io.opencensus.implcore.metrics
Subclasses of DerivedLongCumulative in io.opencensus.implcore.metrics Modifier and Type Class Description class
DerivedLongCumulativeImpl
Implementation ofDerivedLongCumulative
.Methods in io.opencensus.implcore.metrics that return DerivedLongCumulative Modifier and Type Method Description DerivedLongCumulative
MetricRegistryImpl. addDerivedLongCumulative(java.lang.String name, MetricOptions options)
-
Uses of DerivedLongCumulative in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as DerivedLongCumulative Modifier and Type Field Description private static DerivedLongCumulative
SpanExporterImpl. droppedSpans
private static DerivedLongCumulative
SpanExporterImpl. pushedSpans
-
Uses of DerivedLongCumulative in io.opencensus.metrics
Subclasses of DerivedLongCumulative in io.opencensus.metrics Modifier and Type Class Description private static class
DerivedLongCumulative.NoopDerivedLongCumulative
No-op implementations of DerivedLongCumulative class.Methods in io.opencensus.metrics that return DerivedLongCumulative Modifier and Type Method Description abstract DerivedLongCumulative
MetricRegistry. addDerivedLongCumulative(java.lang.String name, MetricOptions options)
Builds a new derived long cumulative to be added to the registry.DerivedLongCumulative
MetricRegistry.NoopMetricRegistry. addDerivedLongCumulative(java.lang.String name, MetricOptions options)
(package private) static DerivedLongCumulative
DerivedLongCumulative. newNoopDerivedLongCumulative(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)
Returns the no-op implementation of theDerivedLongCumulative
.
-