Uses of Class
io.opencensus.metrics.LongGauge
-
Packages that use LongGauge Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of LongGauge in io.opencensus.implcore.metrics
Subclasses of LongGauge in io.opencensus.implcore.metrics Modifier and Type Class Description classLongGaugeImplImplementation ofLongGauge.Methods in io.opencensus.implcore.metrics that return LongGauge Modifier and Type Method Description LongGaugeMetricRegistryImpl. addLongGauge(java.lang.String name, MetricOptions options) -
Uses of LongGauge in io.opencensus.metrics
Subclasses of LongGauge in io.opencensus.metrics Modifier and Type Class Description private static classLongGauge.NoopLongGaugeNo-op implementations of LongGauge class.Methods in io.opencensus.metrics that return LongGauge Modifier and Type Method Description abstract LongGaugeMetricRegistry. addLongGauge(java.lang.String name, MetricOptions options)Builds a new long gauge to be added to the registry.LongGaugeMetricRegistry. addLongGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)Deprecated.since 0.20, useMetricRegistry.addLongGauge(String, MetricOptions).LongGaugeMetricRegistry.NoopMetricRegistry. addLongGauge(java.lang.String name, MetricOptions options)(package private) static LongGaugeLongGauge. newNoopLongGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)Returns the no-op implementation of theLongGauge.
-