Home

Awesome

Prometheus.Client.DependencyInjection

ci nuget nuget codecov codefactor license

Installation

dotnet add package Prometheus.Client.DependencyInjection

Use

public IServiceProvider ConfigureServices(IServiceCollection services)
{
    services.AddMetricFactory();
}

or compatible with old static code:

public IServiceProvider ConfigureServices(IServiceCollection services)
{
    services.AddMetricFactory(Metrics.DefaultCollectorRegistry);
}

Contribute

Contributions to the package are always welcome!

License

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