nats-io / nats.net

Full Async C# / .NET client for NATS
https://nats-io.github.io/nats.net
Apache License 2.0
274 stars 55 forks source link

Add OTEL Metrics #316

Open mtmk opened 10 months ago

mtmk commented 10 months ago

Proposed change

Move NatsConnection.GetStats() functionality to use https://learn.microsoft.com/dotnet/api/system.diagnostics.metrics APIs.

Use case

For example Aspire integration can expose these metrics

Contribution

Contributions are welcome

divyeshio commented 2 months ago

Hi @mtmk , I'm willing to contribute for this, currently looking at how it is implemented in aspnetcore.

mtmk commented 2 months ago

Hi @mtmk , I'm willing to contribute for this, currently looking at how it is implemented in aspnetcore.

sounds great thanks @divyeshio feel free to open a PR