list StatsD Client
This commit is contained in:
parent
3fefedaaef
commit
9c047ec865
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue