prometheus-net / prometheus-net

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

Remove polyfill package #473

Closed thompson-tomo closed 1 month ago

thompson-tomo commented 1 month ago

prometheus-net.AspNetCore.HealthChecks has a dependency on Microsoft.Extensions.Diagnostics.HealthChecks which should not be needed due to it being provided by the framework.