sentry-dotnet
sentry-dotnet copied to clipboard
EventSource Telemetry Integration
One of the default metrics sources we want to support for https://github.com/getsentry/sentry-dotnet/issues/3020 is EventSource based metrics.
See the Microsoft DevBlog on .NET 5 Networking Improvements to Telemetry and also the Well Known Counters that we could capture out of the box.
This will be great with DDM!
Relates to #2880
@bitsandfoxes I think this one is going on the back burner for a little bit so we could change the priority. I think most of the research has been done (see attached PR)... just some Development grunt work to get this over the line once Sentry's core metrics product is a bit more mature.
In the mean time, we already support OpenTelemetry / System.Diagnostics.Metrics instruments.