TelemetryClientExtensions Class

Definition

Metric related extension methods for the TelemetryClient. Note that these APIs are in the ...Extensibility namespace and do not pollute the API surfact for users who do not import it.

public static class TelemetryClientExtensions
type TelemetryClientExtensions = class
Public Module TelemetryClientExtensions
Inheritance
TelemetryClientExtensions

Methods

GetMetricManager(TelemetryClient, MetricAggregationScope)

Gets the MetricManager for this TelemetryClient at the specified scope. If a metric manager does not exist at the specified scope, it is created.

Applies to