AzureMonitorOptions.EnableLiveMetrics 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.
Enables or disables the Live Metrics feature. This property is enabled by default. Note: Enabling Live Metrics incurs no additional billing or costs. However, it does introduce a performance overhead due to extra data collection, processing, and networking calls. This overhead is only significant when the LiveMetrics portal is actively used in the UI. Once the portal is closed, LiveMetrics reverts to a 'silent' mode with minimal to no overhead. https://learn.microsoft.com/azure/azure-monitor/app/live-stream?tabs=dotnet6.
public bool EnableLiveMetrics { get; set; }
member this.EnableLiveMetrics : bool with get, set
Public Property EnableLiveMetrics As Boolean
Property Value
Applies to
Azure SDK for .NET