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 classDerivedLongGaugeImplImplementation ofDerivedLongGauge.Methods in io.opencensus.implcore.metrics that return DerivedLongGauge Modifier and Type Method Description DerivedLongGaugeMetricRegistryImpl. 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 DerivedLongGaugeSpanExporterImpl. referencedSpans -
Uses of DerivedLongGauge in io.opencensus.metrics
Subclasses of DerivedLongGauge in io.opencensus.metrics Modifier and Type Class Description private static classDerivedLongGauge.NoopDerivedLongGaugeNo-op implementations of DerivedLongGauge class.Methods in io.opencensus.metrics that return DerivedLongGauge Modifier and Type Method Description abstract DerivedLongGaugeMetricRegistry. addDerivedLongGauge(java.lang.String name, MetricOptions options)Builds a new derived long gauge to be added to the registry.DerivedLongGaugeMetricRegistry. 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).DerivedLongGaugeMetricRegistry.NoopMetricRegistry. addDerivedLongGauge(java.lang.String name, MetricOptions options)(package private) static DerivedLongGaugeDerivedLongGauge. 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.
-