prometheus-net / prometheus-net

.NET library to instrument your code with Prometheus metrics
https://prometheus.io
MIT License
1.85k stars 296 forks source link

Prometheus.DiagnosticSourceAdapter missing in .NET Framework build #474

Open hickford opened 3 weeks ago

hickford commented 3 weeks ago

I'd like to use Prometheus.DiagnosticSourceAdapter but it's missing in the .NET Framework build

It appears to be compiled only on .NET https://github.com/prometheus-net/prometheus-net/blob/master/Prometheus/DiagnosticSourceAdapter.cs

What's the reason for this? It would be good to explain at https://github.com/prometheus-net/prometheus-net/blob/master/README.md#diagnosticsource-integration

hickford commented 3 weeks ago

Use case: my .NET Framework app has System.Diagnostics.Metrics . I'm using NuGet package https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/