Skip to content

Repository files navigation

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.

About

Owin middleware

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages