Delen via


MetricConfigurationForMeasurement Class

Definition

A configuration for a metric that uses the Measurement aggregation kind. A measurement contains the Min, Max, Sum and Count of the values tracked over any given aggregation time period.

public sealed class MetricConfigurationForMeasurement : Microsoft.ApplicationInsights.Metrics.MetricConfiguration
type MetricConfigurationForMeasurement = class
    inherit MetricConfiguration
Public NotInheritable Class MetricConfigurationForMeasurement
Inherits MetricConfiguration
Inheritance
MetricConfigurationForMeasurement

Constructors

MetricConfigurationForMeasurement(Int32, IEnumerable<Int32>, MetricSeriesConfigurationForMeasurement)

Creates a new instance of MetricConfiguration.

MetricConfigurationForMeasurement(Int32, Int32, MetricSeriesConfigurationForMeasurement)

Creates a new instance of MetricConfigurationForMeasurement.

Properties

SeriesConfig

Gets the configuration for how each series of this metric should be aggregated.

(Inherited from MetricConfiguration)
SeriesCountLimit

Gets how many data time series a metric can contain as a maximum. Once this limit is reached, calls to TrackValue(..), TryGetDataSeries(..) and similar that would normally result in new series will return false.

(Inherited from MetricConfiguration)

Methods

Equals(MetricConfiguration)

Gets whether tho objects describe identical configuration.

(Inherited from MetricConfiguration)
Equals(Object)

Gets whether tho objects describe identical configuration.

(Inherited from MetricConfiguration)
GetHashCode()

Gets the Hash Code for this object.

(Inherited from MetricConfiguration)
GetValuesPerDimensionLimit(Int32)

Gets the maximum number of distinct values for a dimension identified by the specified 1-based dimension index.

(Inherited from MetricConfiguration)

Applies to