Uses of Class
io.opencensus.metrics.DerivedDoubleGauge
-
Packages that use DerivedDoubleGauge Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of DerivedDoubleGauge in io.opencensus.implcore.metrics
Subclasses of DerivedDoubleGauge in io.opencensus.implcore.metrics Modifier and Type Class Description classDerivedDoubleGaugeImplImplementation ofDerivedDoubleGauge.Methods in io.opencensus.implcore.metrics that return DerivedDoubleGauge Modifier and Type Method Description DerivedDoubleGaugeMetricRegistryImpl. addDerivedDoubleGauge(java.lang.String name, MetricOptions options) -
Uses of DerivedDoubleGauge in io.opencensus.metrics
Subclasses of DerivedDoubleGauge in io.opencensus.metrics Modifier and Type Class Description private static classDerivedDoubleGauge.NoopDerivedDoubleGaugeNo-op implementations of DerivedDoubleGauge class.Methods in io.opencensus.metrics that return DerivedDoubleGauge Modifier and Type Method Description abstract DerivedDoubleGaugeMetricRegistry. addDerivedDoubleGauge(java.lang.String name, MetricOptions options)Builds a new derived double gauge to be added to the registry.DerivedDoubleGaugeMetricRegistry. addDerivedDoubleGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)Deprecated.since 0.20, useMetricRegistry.addDerivedDoubleGauge(String, MetricOptions).DerivedDoubleGaugeMetricRegistry.NoopMetricRegistry. addDerivedDoubleGauge(java.lang.String name, MetricOptions options)(package private) static DerivedDoubleGaugeDerivedDoubleGauge. newNoopDerivedDoubleGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)Returns the no-op implementation of theDerivedDoubleGauge.
-