EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
138 stars 38 forks source link

DEV-297 - Tracing Instrumentation #294

Closed josephcummings closed 2 months ago

josephcummings commented 3 months ago

Changed: Added tracing instrumentation via System.Diagnostics of Append and Subscribe (Catchup and Persistent) operations. Added: Open Telemetry instrumentation support via new EventStore.Client.Extensions.OpenTelemetry package.

linear[bot] commented 3 months ago

DEV-297 Instrument .NET Client