https://github.com/http4s/http4s-prometheus-metrics
Support for Prometheus Metrics
https://github.com/http4s/http4s-prometheus-metrics
Last synced: 8 months ago
JSON representation
Support for Prometheus Metrics
- Host: GitHub
- URL: https://github.com/http4s/http4s-prometheus-metrics
- Owner: http4s
- Created: 2022-05-02T17:29:37.000Z (almost 4 years ago)
- Default Branch: series/0.25
- Last Pushed: 2025-06-09T15:49:09.000Z (8 months ago)
- Last Synced: 2025-06-09T16:41:26.820Z (8 months ago)
- Language: Scala
- Homepage: https://http4s.github.io/http4s-prometheus-metrics/
- Size: 448 KB
- Stars: 11
- Watchers: 5
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http4s-prometheus-metrics
Provides [Prometheus](https://prometheus.io/) integration for http4s.
## SBT coordinates
```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-prometheus-metrics" % http4sPrometheus-MetricsV
)
```
## Compatibility
| http4s-prometheus-metrics | http4s-core | prometheus-metrics | Scala 2.12 | Scala 2.13 | Scala 3 | Status |
|:--------------------------|:------------|:-------------------|------------|------------|---------|:-------|
| 0.23.x | 0.23.x | 0.11.x | ✅ | ✅ | ❌ | EOL |
| 0.24.x | 0.23.x | 0.16.x | ✅ | ✅ | ✅ | EOL |
| 0.25.x | 0.23.x | 0.16.x | ✅ | ✅ | ✅ | Stable |
[prometheus-metrics]: https://com-lihaoyi.github.io/prometheus-metrics/