Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.7 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.7 KB

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.