From 60830d0b42af9f8ddd38074ce777534e4a9c73a6 Mon Sep 17 00:00:00 2001 From: Josephine Pfeiffer Date: Tue, 4 Nov 2025 20:18:14 +0100 Subject: [PATCH] docs(clientlibs): add crystal client lib Signed-off-by: Josephine Pfeiffer --- docs/instrumenting/clientlibs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/instrumenting/clientlibs.md b/docs/instrumenting/clientlibs.md index 984aa2848..d8e39cdde 100644 --- a/docs/instrumenting/clientlibs.md +++ b/docs/instrumenting/clientlibs.md @@ -23,6 +23,7 @@ Unofficial third-party client libraries: * [C](https://github.com/digitalocean/prometheus-client-c) * [C++](https://github.com/jupp0r/prometheus-cpp) * [Common Lisp](https://github.com/deadtrickster/prometheus.cl) +* [Crystal](https://github.com/cloudnative-cr/crystal-prometheus-client) * [Dart](https://github.com/tentaclelabs/prometheus_client) * [Delphi](https://github.com/marcobreveglieri/prometheus-client-delphi) * [Elixir](https://github.com/deadtrickster/prometheus.ex)