{"id":36677496,"url":"https://github.com/prom-client-net/prom-client-owin","last_synced_at":"2026-01-12T10:52:01.911Z","repository":{"id":65413992,"uuid":"90423271","full_name":"prom-client-net/prom-client-owin","owner":"prom-client-net","description":"Owin middleware","archived":false,"fork":false,"pushed_at":"2025-12-13T04:04:04.000Z","size":190,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T18:10:00.638Z","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-05-05T23:05:31.000Z","updated_at":"2025-12-13T04:04:07.000Z","dependencies_parsed_at":"2024-05-03T15:15:15.172Z","dependency_job_id":"739ee4fe-5cd7-4967-934a-63477c7c8283","html_url":"https://github.com/prom-client-net/prom-client-owin","commit_stats":null,"previous_names":["prometheusclientnet/prometheus.client.owin"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/prom-client-net/prom-client-owin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-owin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-owin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-owin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-owin/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-owin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prom-client-net%2Fprom-client-owin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:40:25.642Z","status":"ssl_error","status_checked_at":"2026-01-12T10:39:27.820Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-01-12T10:52:01.821Z","updated_at":"2026-01-12T10:52:01.889Z","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":[],"sub_categories":[],"readme":"# Prometheus.Client.Owin\n\n[![ci](https://img.shields.io/github/actions/workflow/status/prom-client-net/prom-client-owin/ci.yml?branch=main\u0026label=ci\u0026logo=github\u0026style=flat-square)](https://github.com/prom-client-net/prom-client-owin/actions/workflows/ci.yml)\n[![nuget](https://img.shields.io/nuget/v/Prometheus.Client.Owin?logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/Prometheus.Client.Owin)\n[![nuget](https://img.shields.io/nuget/dt/Prometheus.Client.Owin?logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/Prometheus.Client.Owin)\n[![license](https://img.shields.io/github/license/prom-client-net/prom-client-owin?style=flat-square)](https://github.com/prom-client-net/prom-client-owin/blob/main/LICENSE)\n\u003c!-- [![codecov](https://img.shields.io/codecov/c/github/prom-client-net/prom-client-owin?logo=codecov\u0026style=flat-square)](https://app.codecov.io/gh/prom-client-net/prom-client-owin) --\u003e\n\nExtension for [Prometheus.Client](https://github.com/PrometheusClientNet/Prometheus.Client)\n\n## Installation\n\n```sh\ndotnet add package Prometheus.Client.Owin\n```\n\n## Use\n\n[Examples](https://github.com/prom-client-net/prom-examples)\n\n```c#\npublic void Configuration(IAppBuilder app)\n{\n    app.UsePrometheusServer();\n}\n```\n\n```c#\npublic void Configuration(IAppBuilder app)\n{\n    app.UsePrometheusServer(q =\u003e\n    {\n        q.MapPath = \"/api/metrics\";\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-owin/issues).\n* You can grab the source code at the package's [git repository](https://github.com/prom-client-net/prom-client-owin).\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-owin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprom-client-net%2Fprom-client-owin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprom-client-net%2Fprom-client-owin/lists"}