Skip to content

1.9.0

Compare
Choose a tag to compare
@asimmon asimmon released this 07 May 16:45
· 3 commits to main since this release
924f7df

What's Changed

SRE-3456: add optional diagnostics tracing by @jmcdade11 in #72

You can now set the new property MongoClientOptions.Telemetry.CaptureDiagnosticEvents to true to capture all C# driver events as OpenTelemetry span events. The C# driver events' properties are converted into OTel tags.

image

New Contributors

Full Changelog: 1.8.0...1.9.0