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) MetricOptionsAutoValue_MetricOptions.Builder.autoBuild()(package private) abstract MetricOptionsMetricOptions.Builder.autoBuild()MetricOptions.Builder.build()Builds and returns aMetricOptionswith the desired options.Methods in io.opencensus.metrics with parameters of type MetricOptionsModifier and TypeMethodDescriptionabstract DerivedDoubleCumulativeMetricRegistry.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 DerivedDoubleGaugeMetricRegistry.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 DerivedLongCumulativeMetricRegistry.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 DerivedLongGaugeMetricRegistry.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 DoubleCumulativeMetricRegistry.addDoubleCumulative(String name, MetricOptions options) Builds a new double cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addDoubleCumulative(String name, MetricOptions options) abstract DoubleGaugeMetricRegistry.addDoubleGauge(String name, MetricOptions options) Builds a new double gauge to be added to the registry.MetricRegistry.NoopMetricRegistry.addDoubleGauge(String name, MetricOptions options) abstract LongCumulativeMetricRegistry.addLongCumulative(String name, MetricOptions options) Builds a new long cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addLongCumulative(String name, MetricOptions options) abstract LongGaugeMetricRegistry.addLongGauge(String name, MetricOptions options) Builds a new long gauge to be added to the registry.MetricRegistry.NoopMetricRegistry.addLongGauge(String name, MetricOptions options)