Implements IHealthCheckPublisher for Prometheus.Client
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.