A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/prom-client-net/prom-client-dependencyinjection below:

GitHub - prom-client-net/prom-client-dependencyinjection: Dependency Injection extensions

Prometheus.Client.DependencyInjection

dotnet add package Prometheus.Client.DependencyInjection
public IServiceProvider ConfigureServices(IServiceCollection services)
{
    services.AddMetricFactory();
}

or compatible with static Metrics.DefaultCollectorRegistry:

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

Contributions to the package are always welcome!

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4