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