Uses of Class
com.azure.cosmos.models.CosmosMicrometerMeterOptions
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosMicrometerMeterOptions in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosMicrometerMeterOptions.applyDiagnosticThresholds
(boolean isEnabled) Sets a flag whether the diagnostic thresholds should be applied for this meter.CosmosMicrometerMeterOptions.configurePercentiles
(double... percentiles) Sets the percentiles that should be captured for this meter (when applicable)CosmosMicrometerMeterOptions.enableHistograms
(boolean isEnabled) Sets the tags that should be used for this meter (when applicable)CosmosMicrometerMeterOptions.setEnabled
(boolean enabled) Enables or disables this meter.CosmosMicrometerMeterOptions.suppressTagNames
(CosmosMetricTagName... tags) Sets the tags that should be used for this meter (when applicable)Modifier and TypeMethodDescriptionCosmosMicrometerMetricsOptions.configureMeter
(CosmosMetricName meterName, CosmosMicrometerMeterOptions options) Allows overriding meter-specific options.