From 28f152f8100578fb794d2165420090fabc4bde90 Mon Sep 17 00:00:00 2001 From: MrLotU Date: Tue, 3 Aug 2021 14:03:32 +0200 Subject: [PATCH] Add Swift (SwiftPrometheus) client lib Signed-off-by: MrLotU --- content/docs/instrumenting/clientlibs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/instrumenting/clientlibs.md b/content/docs/instrumenting/clientlibs.md index 289e90f0d..394ce7fe4 100644 --- a/content/docs/instrumenting/clientlibs.md +++ b/content/docs/instrumenting/clientlibs.md @@ -33,6 +33,7 @@ Unofficial third-party client libraries: * [Perl](https://metacpan.org/pod/Net::Prometheus) * [PHP](https://github.com/Jimdo/prometheus_client_php) * [Rust](https://github.com/pingcap/rust-prometheus) +* [Swift](https://github.com/MrLotU/SwiftPrometheus) When Prometheus scrapes your instance's HTTP endpoint, the client library sends the current state of all tracked metrics to the server.