Uses of Class
io.opencensus.metrics.DerivedLongGauge
-
Packages that use DerivedLongGauge Package Description io.opencensus.implcore.metrics io.opencensus.implcore.trace.export io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of DerivedLongGauge in io.opencensus.implcore.metrics
Subclasses of DerivedLongGauge in io.opencensus.implcore.metrics Modifier and Type Class Description class
DerivedLongGaugeImpl
Implementation ofDerivedLongGauge
.Methods in io.opencensus.implcore.metrics that return DerivedLongGauge Modifier and Type Method Description DerivedLongGauge
MetricRegistryImpl. addDerivedLongGauge(java.lang.String name, MetricOptions options)
-
Uses of DerivedLongGauge in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as DerivedLongGauge Modifier and Type Field Description private static DerivedLongGauge
SpanExporterImpl. referencedSpans
-
Uses of DerivedLongGauge in io.opencensus.metrics
Subclasses of DerivedLongGauge in io.opencensus.metrics Modifier and Type Class Description private static class
DerivedLongGauge.NoopDerivedLongGauge
No-op implementations of DerivedLongGauge class.Methods in io.opencensus.metrics that return DerivedLongGauge Modifier and Type Method Description abstract DerivedLongGauge
MetricRegistry. addDerivedLongGauge(java.lang.String name, MetricOptions options)
Builds a new derived long gauge to be added to the registry.DerivedLongGauge
MetricRegistry. addDerivedLongGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)
Deprecated.since 0.20, useMetricRegistry.addDerivedLongGauge(String, MetricOptions)
.DerivedLongGauge
MetricRegistry.NoopMetricRegistry. addDerivedLongGauge(java.lang.String name, MetricOptions options)
(package private) static DerivedLongGauge
DerivedLongGauge. newNoopDerivedLongGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)
Returns the no-op implementation of theDerivedLongGauge
.
-