From 01f1464c9f55297328d1715c52fb093e1086c19a Mon Sep 17 00:00:00 2001 From: faiq1818 Date: Sat, 5 Sep 2026 06:25:05 +0700 Subject: [PATCH] docs: move Node.js client library to official list Signed-off-by: faiq1818 --- docs/instrumenting/clientlibs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instrumenting/clientlibs.md b/docs/instrumenting/clientlibs.md index db7fc65c4..9c0fce420 100644 --- a/docs/instrumenting/clientlibs.md +++ b/docs/instrumenting/clientlibs.md @@ -13,6 +13,7 @@ HTTP endpoint on your application’s instance: * [Go](https://github.com/prometheus/client_golang) * [Java or Scala](https://github.com/prometheus/client_java) +* [Node.js](https://github.com/prometheus/client_js) * [Python](https://github.com/prometheus/client_python) * [Ruby](https://github.com/prometheus/client_ruby) * [Rust](https://github.com/prometheus/client_rust) @@ -33,7 +34,6 @@ Unofficial third-party client libraries: * [Lua](https://github.com/knyar/nginx-lua-prometheus) for Nginx * [Lua](https://github.com/tarantool/metrics) for Tarantool * [.NET / C#](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/metrics-collection) -* [Node.js](https://github.com/siimon/prom-client) * [OCaml](https://github.com/mirage/prometheus) * [Perl](https://metacpan.org/pod/Net::Prometheus) * [PHP](https://github.com/promphp/prometheus_client_php)