{"id":13430229,"url":"https://github.com/prom-client-net/prom-client-httprequestdurations","last_synced_at":"2026-03-05T10:32:16.220Z","repository":{"id":40384771,"uuid":"103769128","full_name":"prom-client-net/prom-client-httprequestdurations","owner":"prom-client-net","description":"HTTP request durations","archived":false,"fork":false,"pushed_at":"2026-02-24T13:42:59.000Z","size":406,"stargazers_count":10,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-24T18:36:46.454Z","etag":null,"topics":["metrics","prometheus","prometheus-client"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prom-client-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"phnx47","ko_fi":"phnx47","buy_me_a_coffee":"phnx47"}},"created_at":"2017-09-16T17:03:15.000Z","updated_at":"2026-02-24T13:43:03.000Z","dependencies_parsed_at":"2023-02-09T19:31:18.339Z","dependency_job_id":"a5997fd1-99c1-4c13-8226-8a9aba8f50fb","html_url":"https://github.com/prom-client-net/prom-client-httprequestdurations","commit_stats":null,"previous_names":["prometheusclientnet/prometheus.client.httprequestdurations"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/prom-client-net/prom-client-httprequestdurations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-httprequestdurations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-httprequestdurations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-httprequestdurations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-httprequestdurations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prom-client-net","download_url":"https://codeload.github.com/prom-client-net/prom-client-httprequestdurations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-httprequestdurations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30119429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["metrics","prometheus","prometheus-client"],"created_at":"2024-07-31T02:00:51.251Z","updated_at":"2026-03-05T10:32:16.195Z","avatar_url":"https://github.com/prom-client-net.png","language":"C#","funding_links":["https://github.com/sponsors/phnx47","https://ko-fi.com/phnx47","https://buymeacoffee.com/phnx47"],"categories":["Frameworks, Libraries and Tools"],"sub_categories":["Code Analysis and Metrics"],"readme":"# Prometheus.Client.HttpRequestDurations\n\n[![ci](https://img.shields.io/github/actions/workflow/status/prom-client-net/prom-client-httprequestdurations/ci.yml?branch=main\u0026label=ci\u0026logo=github\u0026style=flat-square)](https://github.com/prom-client-net/prom-client-httprequestdurations/actions/workflows/ci.yml)\n[![nuget](https://img.shields.io/nuget/v/Prometheus.Client.HttpRequestDurations?logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/Prometheus.Client.HttpRequestDurations)\n[![nuget](https://img.shields.io/nuget/dt/Prometheus.Client.HttpRequestDurations?logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/Prometheus.Client.HttpRequestDurations)\n[![codecov](https://img.shields.io/codecov/c/github/prom-client-net/prom-client-httprequestdurations?logo=codecov\u0026style=flat-square)](https://app.codecov.io/gh/prom-client-net/prom-client-httprequestdurations)\n[![license](https://img.shields.io/github/license/prom-client-net/prom-client-httprequestdurations?style=flat-square)](https://github.com/prom-client-net/prom-client-httprequestdurations/blob/main/LICENSE)\n\n## Installation\n\n```sh\ndotnet add package Prometheus.Client.HttpRequestDurations\n```\n\n## Use\n\nThere are [Examples](https://github.com/prom-client-net/prom-examples)\n\n```c#\napp.UsePrometheusRequestDurations(q =\u003e\n{\n    q.IncludePath = true;\n    q.IncludeMethod = true;\n    q.IgnoreRoutesConcrete = new[] // Ignore some concrete routes\n    {\n        \"/favicon.ico\",\n        \"/robots.txt\",\n        \"/\"\n    };\n    q.IgnoreRoutesStartWith = new[]\n    {\n        \"/swagger\" // Ignore '/swagger/*'\n    };\n    q.CustomNormalizePath = new Dictionary\u003cRegex, string\u003e\n    {\n        { new Regex(@\"\\/[0-9]{1,}(?![a-z])\"), \"/id\" } // Replace 'int' in Route\n    };\n});\n```\n\n## Contribute\n\nContributions to the package are always welcome!\n\n* Report any bugs or issues you find on the [issue tracker](https://github.com/prom-client-net/prom-client-httprequestdurations/issues).\n* You can grab the source code at the package's [git repository](https://github.com/prom-client-net/prom-client-httprequestdurations).\n\n## License\n\nAll contents of this package are licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprom-client-net%2Fprom-client-httprequestdurations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprom-client-net%2Fprom-client-httprequestdurations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprom-client-net%2Fprom-client-httprequestdurations/lists"}