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