Skip to content

BuildCircle/Prometheus.Client.Owin

 
 

Repository files navigation

Prometheus.Client.Owin

MyGet NuGet NuGet

Build status Codacy Badge
License MIT

Extension for Prometheus.Client

Installation:

 dotnet add package Prometheus.Client.Owin

Quik start:

There are Examples

public void Configuration(IAppBuilder app)
{  
    app.UsePrometheusServer();         
}

or

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

About

An Owin handler for the Prometheus.Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 89.8%
  • PowerShell 10.2%