Skip to content

prom-client-net/prom-client-healthchecks

Repository files navigation

Prometheus.Client.HealthChecks

ci nuget nuget codecov license

Install

dotnet add package Prometheus.Client.HealthChecks

Use

Examples

public void ConfigureServices(IServiceCollection services)
{
    services.AddHealthChecks();
    services.AddPrometheusHealthCheckPublisher();
}

Contribute

Contributions to the package are always welcome!

License

All contents of this package are licensed under the MIT license.