Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swift-server/swift-prometheus
Prometheus client library for Swift
https://github.com/swift-server/swift-prometheus
Last synced: 16 days ago
JSON representation
Prometheus client library for Swift
- Host: GitHub
- URL: https://github.com/swift-server/swift-prometheus
- Owner: swift-server
- License: apache-2.0
- Created: 2018-11-17T17:29:02.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:25:31.000Z (7 months ago)
- Last Synced: 2024-05-21T06:07:10.973Z (6 months ago)
- Language: Swift
- Homepage: https://swiftpackageindex.com/swift-server/swift-prometheus
- Size: 1.19 MB
- Stars: 134
- Watchers: 11
- Forks: 28
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Swift Prometheus
[![sswg:sandbox](https://img.shields.io/badge/sswg-sandbox-yellow.svg)][SSWG-Incubation]
[![Documentation](http://img.shields.io/badge/read_the-docs-2196f3.svg)][Documentation]A Swift client for the [Prometheus](https://github.com/prometheus/prometheus) monitoring system,
supporting counters, gauges and histograms. Swift Prometheus
implements the Swift Metrics API.## Security
Please see [SECURITY.md](SECURITY.md) for details on the security process.
## Contributing
All contributions are most welcome!
If you think of some cool new feature that should be included, please [create an issue](https://github.com/swift-server/swift-prometheus/issues/new).
Or, if you want to implement it yourself, [fork this repo](https://github.com/swift-server/swift-prometheus/fork) and submit a PR!If you find a bug or have issues, please [create an issue](https://github.com/swift-server-community/SwiftPrometheus/issues/new) explaining your problems. Please include as much information as possible, so it's easier for us to reproduce (Framework, OS, Swift version, terminal output, etc.)
[Documentation]: https://swiftpackageindex.com/swift-server/swift-prometheus/documentation/prometheus
[SSWG-Incubation]: https://www.swift.org/sswg/incubation-process.html