MonitoringTagRuleProperties.IsCustomMetricsEnabled Property
Definition
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.
Configuration to enable/disable custom metrics. If enabled, custom metrics from app insights will be sent.
public bool? IsCustomMetricsEnabled { get; set; }
member this.IsCustomMetricsEnabled : Nullable<bool> with get, set
Public Property IsCustomMetricsEnabled As Nullable(Of Boolean)