list StatsD Client

This commit is contained in:
tomer doron 2019-09-18 18:46:42 -07:00 committed by Konrad `ktoso` Malawski
parent 3fefedaaef
commit 9c047ec865
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ This instructs the `MetricsSystem` to install `SelectedMetricsImplementation` (a
As the API has just launched, not many implementations exist yet. If you are interested in implementing one see the "Implementing a metrics backend" section below explaining how to do so. List of existing SwiftMetrics API compatible libraries:
- [SwiftPrometheus](https://github.com/MrLotU/SwiftPrometheus), support for [Prometheus](https://prometheus.io)
- [StatsD Client](https://github.com/apple/swift-statsd-client), support for StatsD
- Your library? [Get in touch!](https://forums.swift.org/c/server)
## Detailed design