Share via


CosmosClientTelemetryOptions.DisableDistributedTracing Property

Definition

This method enable/disable generation of operation level Activity if listener is subscribed to the Source Name "Azure.Cosmos.Operation".

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

Property Value

false

Remarks

Please Refer https://opentelemetry.io/docs/instrumentation/net/exporters/ to know more about open telemetry exporters

Applies to