From 9c047ec865b6372d8e664ddbf94814b754092e44 Mon Sep 17 00:00:00 2001 From: tomer doron Date: Wed, 18 Sep 2019 18:46:42 -0700 Subject: [PATCH] list StatsD Client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c81acd6..94931bf 100644 --- a/README.md +++ b/README.md @@ -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