MetricAggregationScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used when getting or creating a Metric to optionally specify the scope across which the values for the metric are to be aggregated in memory.
Intended for advanced scenarios.
The default "TelemetryConfiguration" is used whenever MetricAggregationScope
is not specified explicitly.
public enum MetricAggregationScope
type MetricAggregationScope =
Public Enum MetricAggregationScope
- Inheritance
-
MetricAggregationScope
Fields
Name | Value | Description |
---|---|---|
TelemetryConfiguration | 0 | Metric values will be aggregated ACROSS all telemetry clients that belong to the same Background-Info: When you use this option with the |
TelemetryClient | 1 | Metric values will be aggregated only across a specific Background-Info: This option causes the MetricManager instance that
owns the retrieved |
Applies to
See also
Azure SDK for .NET