Implements IHealthCheckPublisher for Prometheus.Client
dotnet add package Prometheus.Client.HealthCheckspublic void ConfigureServices(IServiceCollection services)
{
services.AddHealthChecks();
services.AddPrometheusHealthCheckPublisher();
}Example here
Contributions to the package are always welcome!
All contents of this package are licensed under the MIT license.