Microsoft.ApplicationInsights.Metrics.Extensibility Namespace
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.
Classes
MetricExtensions |
There are some APIs on |
MetricSeriesExtensions |
There are some APIs on |
TelemetryClientExtensions |
Metric related extension methods for the |
Interfaces
IMetricSeriesAggregator |
The abstraction for a metric aggregator. An aggregator is a data processing type that inspects all values tracked for a metric series across an aggregation period and creates an aggregate that summarizes the period when it is completed. The most common aggregator is the Microsoft.ApplicationInsights.Metrics.MeasurementAggregator, which produces aggregates that contain the Min, Max, Sum and Count of values tracked over the aggregation time period. |
IMetricTelemetryPipeline |
Represents an eventual destination for metric telemetry. For example, an Application Insights telemetry pipeline, a file or some other ingestion point. |
IMetricValueFilter |
Abstraction for a filter that can controll whether values are being tracked or ignored by a metric aggregator. |
Enums
MetricAggregationCycleKind |
The kind (aka purpose/target/...) of the aggregation cycle. |