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 classDerivedLongCumulativeImplImplementation ofDerivedLongCumulative.Methods in io.opencensus.implcore.metrics that return DerivedLongCumulative Modifier and Type Method Description DerivedLongCumulativeMetricRegistryImpl. 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 DerivedLongCumulativeSpanExporterImpl. droppedSpansprivate static DerivedLongCumulativeSpanExporterImpl. pushedSpans -
Uses of DerivedLongCumulative in io.opencensus.metrics
Subclasses of DerivedLongCumulative in io.opencensus.metrics Modifier and Type Class Description private static classDerivedLongCumulative.NoopDerivedLongCumulativeNo-op implementations of DerivedLongCumulative class.Methods in io.opencensus.metrics that return DerivedLongCumulative Modifier and Type Method Description abstract DerivedLongCumulativeMetricRegistry. addDerivedLongCumulative(java.lang.String name, MetricOptions options)Builds a new derived long cumulative to be added to the registry.DerivedLongCumulativeMetricRegistry.NoopMetricRegistry. addDerivedLongCumulative(java.lang.String name, MetricOptions options)(package private) static DerivedLongCumulativeDerivedLongCumulative. 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.
-