{"id":13505054,"url":"https://github.com/swift-server/swift-prometheus","last_synced_at":"2025-12-11T22:51:57.522Z","repository":{"id":37086861,"uuid":"158008185","full_name":"swift-server/swift-prometheus","owner":"swift-server","description":"Prometheus client library for Swift","archived":false,"fork":false,"pushed_at":"2025-11-04T21:41:28.000Z","size":1387,"stargazers_count":174,"open_issues_count":13,"forks_count":39,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-11-22T03:16:38.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://swiftpackageindex.com/swift-server/swift-prometheus","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swift-server.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["MrLotU"]}},"created_at":"2018-11-17T17:29:02.000Z","updated_at":"2025-11-18T18:39:40.000Z","dependencies_parsed_at":"2024-01-30T05:25:26.691Z","dependency_job_id":"8c888cd6-dc6a-40e9-a6ba-7b243bd6248c","html_url":"https://github.com/swift-server/swift-prometheus","commit_stats":null,"previous_names":["swift-server/swift-prometheus","swift-server-community/swiftprometheus","mrlotu/swiftprometheus"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/swift-server/swift-prometheus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-prometheus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-prometheus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-prometheus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-prometheus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swift-server","download_url":"https://codeload.github.com/swift-server/swift-prometheus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-prometheus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27672062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-01T00:00:57.613Z","updated_at":"2025-12-11T22:51:57.517Z","avatar_url":"https://github.com/swift-server.png","language":"Swift","funding_links":["https://github.com/sponsors/MrLotU"],"categories":["Monitoring","Swift"],"sub_categories":["Miscellaneous"],"readme":"# Swift Prometheus\n\n[![sswg:sandbox](https://img.shields.io/badge/sswg-sandbox-yellow.svg)][SSWG-Incubation]\n[![Documentation](http://img.shields.io/badge/read_the-docs-2196f3.svg)][Documentation]  \n[![Supported Swift Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-server%2Fswift-prometheus%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/swift-server/swift-prometheus)\n[![Supported Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-server%2Fswift-prometheus%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swift-server/swift-prometheus)\n\nA Swift client library for [Prometheus Monitoring System](https://github.com/prometheus/prometheus).\n\nThis can also be used a backend implementation for [Swift Metrics](https://github.com/apple/swift-metrics).\n\n`swift-prometheus` supports creating `Counter`s, `Gauge`s and `Histogram`s, updating metric values, and exposing their values in the Prometheus text format.\n\n## Installation and Usage\n\nPlease see the `swift-prometheus` [DocC Documentation][Documentation] for details on installation, usage, implementation, and Prometheus standards compliance.\n\nFor general Prometheus guidance, see [Prometheus Monitoring System][prometheus-docs].\n\n## Security\n\nPlease see [SECURITY.md](SECURITY.md) for details on the security process.\n\n## Contributing\n\nWe welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) to learn how you can help, or browse our [open issues](https://github.com/swift-server/swift-prometheus/issues) to find a place to start.\n\n## Benchmarks\n\nBenchmarks are located in the [Benchmarks](/Benchmarks/) subfolder and use the [`package-benchmark`](https://github.com/ordo-one/package-benchmark) plugin. See the [Benchmarks Getting Started](https://swiftpackageindex.com/ordo-one/package-benchmark/documentation/benchmark/gettingstarted#Installing-Prerequisites-and-Platform-Support) guide for installation instructions. Run benchmarks by navigating to Benchmarks and executing:\n\n```\nswift package benchmark\n```\n\nFor more information please refer to `swift package benchmark --help` or the [`package-benchmark` Documentation](https://swiftpackageindex.com/ordo-one/package-benchmark/documentation/benchmark).\n\n[Documentation]: https://swiftpackageindex.com/swift-server/swift-prometheus/documentation/prometheus\n[prometheus-docs]: https://prometheus.io/docs/introduction/overview/\n[SSWG-Incubation]: https://www.swift.org/sswg/incubation-process.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswift-server%2Fswift-prometheus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswift-server%2Fswift-prometheus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswift-server%2Fswift-prometheus/lists"}