Table of Contents

Field ActivitySourceName

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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"

Returns

string