Table of Contents

Property Disabled

Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.dll

Disabled

Gets or sets whether tracing is disabled for this client. When set to true, no OpenTelemetry activities will be created for this client's operations. Default is false (tracing enabled if configured via TracerProvider).

public bool Disabled { get; set; }

Property Value

bool