Skip to content

AppInsightsMetricListenerOptions Class

Definition

Options for the AppInsightsMetricListener.

C#
public class AppInsightsMetricListenerOptions

Inheritance object

Properties

Metrics

Gets or sets the list of metrics to listen to.

C#
public IReadOnlyCollection<string> Metrics { get; set; }