Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.75 KB

File metadata and controls

48 lines (34 loc) · 1.75 KB

Prometheus.Client.Owin

ci nuget nuget codecov license

Extension for Prometheus.Client

Installation

dotnet add package Prometheus.Client.Owin

Use

Examples

public void Configuration(IAppBuilder app)
{
    app.UsePrometheusServer();
}
public void Configuration(IAppBuilder app)
{
    app.UsePrometheusServer(q =>
    {
        q.MapPath = "/api/metrics";
    });
}

Contribute

Contributions to the package are always welcome!

License

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