你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMonitorOptions.EnableTraceBasedLogsSampler Property

Definition

Enables or disables filtering logs based on trace sampling decisions.

public bool EnableTraceBasedLogsSampler { get; set; }
member this.EnableTraceBasedLogsSampler : bool with get, set
Public Property EnableTraceBasedLogsSampler As Boolean

Property Value

Remarks

When enabled, only logs associated with sampled traces are exported. Logs without trace context are always exported. This reduces log volume while maintaining trace-log correlation.

Applies to