Prometheus.Client.AspNetCore
6.0.0
Prefix Reserved
dotnet add package Prometheus.Client.AspNetCore --version 6.0.0
NuGet\Install-Package Prometheus.Client.AspNetCore -Version 6.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.AspNetCore" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Prometheus.Client.AspNetCore" Version="6.0.0" />
<PackageReference Include="Prometheus.Client.AspNetCore" />
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.AspNetCore --version 6.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Prometheus.Client.AspNetCore, 6.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.AspNetCore@6.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.AspNetCore&version=6.0.0
#tool nuget:?package=Prometheus.Client.AspNetCore&version=6.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Prometheus.Client.AspNetCore
Extension for Prometheus.Client
Installation
dotnet add package Prometheus.Client.AspNetCore
Use
public void Configure(IApplicationBuilder app)
{
app.UsePrometheusServer();
}
public void Configure(IApplicationBuilder app)
{
app.UsePrometheusServer(q =>
{
q.MapPath = "/prom";
q.MetricPrefixName = "my_app_";
});
}
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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Prometheus.Client (>= 6.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Prometheus.Client.AspNetCore:
| Package | Downloads |
|---|---|
|
Motor.Extensions.Diagnostics.Metrics
Motor.NET is a microservice framework based on Microsoft.Extensions.Hosting. |
|
|
ShayganTadbir.Framework.Core
Package description |
|
|
Itage.Prometheus.RouteMetrics
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Prometheus.Client.AspNetCore:
| Repository | Stars |
|---|---|
|
tomkerkhove/promitor
Bringing Azure Monitor metrics where you need them.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0 | 38,728 | 5/24/2025 |
| 5.0.0 | 435,404 | 7/2/2023 |
| 4.8.0 | 2,213,188 | 8/27/2022 |
| 4.7.0 | 18,327 | 8/22/2022 |
| 4.6.0 | 169,093 | 4/6/2022 |
| 4.5.1 | 316,362 | 1/5/2022 |
| 4.5.0 | 199,943 | 7/12/2021 |
| 4.4.0 | 38,823 | 5/25/2021 |
| 4.3.0 | 76,547 | 3/22/2021 |
| 4.2.0 | 146,545 | 1/29/2021 |
| 4.1.1 | 116,843 | 10/22/2020 |
| 4.1.0 | 23,515 | 8/20/2020 |
| 3.1.0 | 271,915 | 1/15/2020 |
| 3.0.1 | 140,246 | 6/4/2019 |
| 3.0.0 | 12,341 | 4/27/2019 |
| 2.2.0 | 594,269 | 3/24/2019 |
| 2.1.0 | 171,830 | 9/19/2018 |
| 2.0.0 | 10,033 | 9/13/2018 |
| 1.5.1 | 9,916 | 9/7/2018 |
| 1.5.0 | 25,769 | 4/24/2018 |