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

AzureMonitorOptions.TracesPerSecond Property

Definition

Gets or sets the number of traces per second to be sampled when using rate-limited sampling. For example, specifying 0.5 means one request every two seconds. When both TracesPerSecond and SamplingRatio are specified, TracesPerSecond takes precedence.

public double? TracesPerSecond { get; set; }
member this.TracesPerSecond : Nullable<double> with get, set
Public Property TracesPerSecond As Nullable(Of Double)

Property Value

Applies to