Prometheus.Client.HealthChecks
December 16, 2024 ยท View on GitHub
Install
dotnet add package Prometheus.Client.HealthChecks
Use
public void ConfigureServices(IServiceCollection services)
{
services.AddHealthChecks();
services.AddPrometheusHealthCheckPublisher();
}
Contribute
Contributions to the package are always welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at the package's git repository.
License
All contents of this package are licensed under the MIT license.