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.metrics
Methods in io.opencensus.metrics that return DerivedLongGaugeModifier and TypeMethodDescriptionabstract DerivedLongGaugeMetricRegistry.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.addDerivedLongGauge(String, MetricOptions).