IMetricSeriesConfiguration Interface

Definition

Abstraction for the configuration of a metric series. The configuration is a factory that can produce an arbitrary aggregator to be used by the respective series.

public interface IMetricSeriesConfiguration : IEquatable<Microsoft.ApplicationInsights.Metrics.IMetricSeriesConfiguration>
type IMetricSeriesConfiguration = interface
    interface IEquatable<IMetricSeriesConfiguration>
Public Interface IMetricSeriesConfiguration
Implements IEquatable(Of IMetricSeriesConfiguration)
Derived
Implements

Properties

RequiresPersistentAggregation

Gets a value indicating whether the aggrgator produced by this settings object is persistent (carries state across aggregation periods) or not.

Methods

CreateNewAggregator(MetricSeries, MetricAggregationCycleKind)

Create an aggregator for any series configured by this confuguration object.

Applies to