diff --git a/README.md b/README.md index b124b5f..73e0349 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A Swift client library for [Prometheus Monitoring System](https://github.com/prometheus/prometheus). +This can also be used a backend implementation for [Swift Metrics](https://github.com/apple/swift-metrics). + `swift-prometheus` supports creating `Counter`s, `Gauge`s and `Histogram`s, updating metric values, and exposing their values in the Prometheus text format. ## Installation and Usage