![]() |
VOOZH | about |
dotnet add package Prometheus.Client.HttpRequestDurations --version 4.1.0
NuGet\Install-Package Prometheus.Client.HttpRequestDurations -Version 4.1.0
<PackageReference Include="Prometheus.Client.HttpRequestDurations" Version="4.1.0" />
<PackageVersion Include="Prometheus.Client.HttpRequestDurations" Version="4.1.0" />Directory.Packages.props
<PackageReference Include="Prometheus.Client.HttpRequestDurations" />Project file
paket add Prometheus.Client.HttpRequestDurations --version 4.1.0
#r "nuget: Prometheus.Client.HttpRequestDurations, 4.1.0"
#:package Prometheus.Client.HttpRequestDurations@4.1.0
#addin nuget:?package=Prometheus.Client.HttpRequestDurations&version=4.1.0Install as a Cake Addin
#tool nuget:?package=Prometheus.Client.HttpRequestDurations&version=4.1.0Install as a Cake Tool
👁 ci
👁 nuget
👁 nuget
👁 codecov
👁 license
dotnet add package Prometheus.Client.HttpRequestDurations
There are Examples
app.UsePrometheusRequestDurations(q =>
{
q.IncludePath = true;
q.IncludeMethod = true;
q.IgnoreRoutesConcrete = new[] // Ignore some concrete routes
{
"/favicon.ico",
"/robots.txt",
"/"
};
q.IgnoreRoutesStartWith = new[]
{
"/swagger" // Ignore '/swagger/*'
};
q.CustomNormalizePath = new Dictionary<Regex, string>
{
{ new Regex(@"\/[0-9]{1,}(?![a-z])"), "/id" } // Replace 'int' in Route
};
});
Contributions to the package are always welcome!
All contents of this package are licensed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on Prometheus.Client.HttpRequestDurations:
| Package | Downloads |
|---|---|
|
ShayganTadbir.Framework.Core
Package description |
|
|
AspNetExample
Package Description |
Showing the top 1 popular GitHub repositories that depend on Prometheus.Client.HttpRequestDurations:
| Repository | Stars |
|---|---|
|
tomkerkhove/promitor
Bringing Azure Monitor metrics where you need them.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.1.0 | 24,853 | 11/23/2025 |
| 4.0.0 | 110,075 | 10/19/2024 |
| 3.6.0 | 495,396 | 8/26/2022 |
| 3.5.0 | 54,902 | 4/6/2022 |
| 3.4.1 | 220,748 | 1/6/2022 |
| 3.4.0 | 165,723 | 3/22/2021 |
| 3.3.0 | 122,858 | 1/29/2021 |
| 3.2.1 | 48,536 | 10/30/2020 |
| 3.2.0 | 13,097 | 10/24/2020 |
| 3.1.0 | 6,713 | 8/20/2020 |
| 2.2.0 | 51,886 | 1/16/2020 |
| 2.1.2 | 70,620 | 11/24/2019 |
| 2.0.1 | 12,129 | 6/4/2019 |
| 2.0.0 | 4,088 | 4/27/2019 |
| 1.2.2 | 6,781 | 3/24/2019 |
| 1.2.0 | 6,275 | 2/11/2019 |