Uses of Class
io.opencensus.metrics.MetricOptions
Packages that use MetricOptions
Package
Description
This package describes the Metrics data model.
-
Uses of MetricOptions in io.opencensus.implcore.metrics
Methods in io.opencensus.implcore.metrics with parameters of type MetricOptionsModifier and TypeMethodDescriptionMetricRegistryImpl.addDerivedDoubleCumulative
(String name, MetricOptions options) MetricRegistryImpl.addDerivedDoubleGauge
(String name, MetricOptions options) MetricRegistryImpl.addDerivedLongCumulative
(String name, MetricOptions options) MetricRegistryImpl.addDerivedLongGauge
(String name, MetricOptions options) MetricRegistryImpl.addDoubleCumulative
(String name, MetricOptions options) MetricRegistryImpl.addDoubleGauge
(String name, MetricOptions options) MetricRegistryImpl.addLongCumulative
(String name, MetricOptions options) MetricRegistryImpl.addLongGauge
(String name, MetricOptions options) -
Uses of MetricOptions in io.opencensus.metrics
Subclasses of MetricOptions in io.opencensus.metricsMethods in io.opencensus.metrics that return MetricOptionsModifier and TypeMethodDescription(package private) MetricOptions
AutoValue_MetricOptions.Builder.autoBuild()
(package private) abstract MetricOptions
MetricOptions.Builder.autoBuild()
MetricOptions.Builder.build()
Builds and returns aMetricOptions
with the desired options.Methods in io.opencensus.metrics with parameters of type MetricOptionsModifier and TypeMethodDescriptionabstract DerivedDoubleCumulative
MetricRegistry.addDerivedDoubleCumulative
(String name, MetricOptions options) Builds a new derived double cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addDerivedDoubleCumulative
(String name, MetricOptions options) abstract DerivedDoubleGauge
MetricRegistry.addDerivedDoubleGauge
(String name, MetricOptions options) Builds a new derived double gauge to be added to the registry.MetricRegistry.NoopMetricRegistry.addDerivedDoubleGauge
(String name, MetricOptions options) abstract DerivedLongCumulative
MetricRegistry.addDerivedLongCumulative
(String name, MetricOptions options) Builds a new derived long cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addDerivedLongCumulative
(String name, MetricOptions options) abstract DerivedLongGauge
MetricRegistry.addDerivedLongGauge
(String name, MetricOptions options) Builds a new derived long gauge to be added to the registry.MetricRegistry.NoopMetricRegistry.addDerivedLongGauge
(String name, MetricOptions options) abstract DoubleCumulative
MetricRegistry.addDoubleCumulative
(String name, MetricOptions options) Builds a new double cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addDoubleCumulative
(String name, MetricOptions options) abstract DoubleGauge
MetricRegistry.addDoubleGauge
(String name, MetricOptions options) Builds a new double gauge to be added to the registry.MetricRegistry.NoopMetricRegistry.addDoubleGauge
(String name, MetricOptions options) abstract LongCumulative
MetricRegistry.addLongCumulative
(String name, MetricOptions options) Builds a new long cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addLongCumulative
(String name, MetricOptions options) abstract LongGauge
MetricRegistry.addLongGauge
(String name, MetricOptions options) Builds a new long gauge to be added to the registry.MetricRegistry.NoopMetricRegistry.addLongGauge
(String name, MetricOptions options)