Prometheus.Client.Owin
4.0.0
Prefix Reserved
dotnet add package Prometheus.Client.Owin --version 4.0.0
NuGet\Install-Package Prometheus.Client.Owin -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Prometheus.Client.Owin" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Prometheus.Client.Owin" Version="4.0.0" />
<PackageReference Include="Prometheus.Client.Owin" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Prometheus.Client.Owin --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Prometheus.Client.Owin, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Prometheus.Client.Owin@4.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Prometheus.Client.Owin&version=4.0.0
#tool nuget:?package=Prometheus.Client.Owin&version=4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Prometheus.Client.Owin
Extension for Prometheus.Client
Installation
dotnet add package Prometheus.Client.Owin
Use
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!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at the package's git repository.
License
All contents of this package are licensed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- Microsoft.Owin (>= 4.2.3)
- Prometheus.Client (>= 6.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0 | 40 | 2/18/2026 |
| 3.1.0 | 22,587 | 1/23/2020 |
| 3.0.1 | 21,582 | 6/4/2019 |
| 3.0.0 | 2,671 | 5/10/2019 |
| 2.1.1 | 4,110 | 2/26/2019 |
| 2.1.0 | 21,198 | 9/19/2018 |
| 2.0.0 | 12,676 | 9/16/2018 |
| 1.5.1 | 1,550 | 9/7/2018 |
| 1.5.0 | 1,983 | 4/24/2018 |
| 1.4.1 | 4,176 | 3/23/2018 |
| 1.4.0 | 17,181 | 12/6/2017 |
| 1.3.2 | 1,624 | 12/6/2017 |
| 1.3.1 | 11,053 | 11/12/2017 |
| 1.2.1 | 2,343 | 10/8/2017 |
| 1.2.0 | 1,502 | 9/16/2017 |
| 1.1.0 | 5,382 | 5/9/2017 |
| 1.0.0 | 3,028 | 5/8/2017 |