From 487cd80b4f44b9ed289fab1e777d667c0d8a9821 Mon Sep 17 00:00:00 2001 From: Santhi Prakash Date: Thu, 13 Aug 2026 04:07:43 +0000 Subject: [PATCH] docs(instrumenting): list ClickHouse among software exposing Prometheus metrics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Problem: the Software exposing Prometheus metrics list omits ClickHouse, which natively exposes Prometheus-format metrics (built-in endpoint, /metrics on port 9363). - Fix: add an alphabetized entry linking to the official docs page documenting the native endpoint. Additive only — the dedicated third-party ClickHouse exporter entry is untouched. - Verification: npm run lint clean (pre-existing PromMarkdown.tsx warning only); link target verified HTTP 200. Signed-off-by: Santhi Prakash --- docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index 1b78645a1..93236cb1f 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -308,6 +308,7 @@ separate exporters are needed: * [BFE](https://github.com/baidu/bfe) * [Caddy](https://caddyserver.com/docs/metrics) (**direct**) * [Ceph](https://docs.ceph.com/en/latest/mgr/prometheus/) + * [ClickHouse](https://clickhouse.com/docs/concepts/features/interfaces/prometheus) * [CockroachDB](https://www.cockroachlabs.com/docs/stable/monitoring-and-alerting.html#prometheus-endpoint) * [Collectd](https://collectd.org/wiki/index.php/Plugin:Write_Prometheus) * [Concourse](https://concourse-ci.org/)