Field ActivitySourceName
The name of the ActivitySource used by MongoDB driver for OpenTelemetry tracing.
Use this name when configuring OpenTelemetry: .AddSource(MongoTelemetry.ActivitySourceName)
public const string ActivitySourceName = "MongoDB.Driver"