Skip to content

prom-client-net/prom-client-healthchecks

Repository files navigation

Prometheus.Client.HealthChecks

ci nuget nuget codecov codefactor license

Installation

dotnet add package Prometheus.Client.HealthChecks

Quick start

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

Example here

Contribute

Contributions to the package are always welcome!

License

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