Skip to content

docs(instrumenting): list ClickHouse among software exposing Prometheus metrics - #3073

Open
santhiprakash wants to merge 1 commit into
prometheus:mainfrom
santhiprakash:add-clickhouse-to-exporters
Open

docs(instrumenting): list ClickHouse among software exposing Prometheus metrics#3073
santhiprakash wants to merge 1 commit into
prometheus:mainfrom
santhiprakash:add-clickhouse-to-exporters

Conversation

@santhiprakash

Copy link
Copy Markdown
Contributor

What changed

docs/instrumenting/exporters.md: add ClickHouse to the "Software exposing Prometheus metrics" list, between Ceph and CockroachDB.

Why

ClickHouse natively exposes Prometheus-format metrics via its built-in Prometheus endpoint (configured through the <prometheus> block, default port 9363 at /metrics), so no separate exporter is required. This follows the same proven lane as recent additions (Apache APISIX #3064, Meinberg #3046, OpenObserve #3042, SMSEagle #3041).

Additive only: the dedicated third-party ClickHouse exporter entry is intentionally left untouched. A 2021 PR (#1513) attempted to replace that entry with native support and was declined by @brian-brazil over completeness concerns; listing native support as its own entry avoids that issue entirely.

How it was verified

…us metrics

- Problem: the Software exposing Prometheus metrics list omits ClickHouse, which natively exposes Prometheus-format metrics (built-in <prometheus> 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 <b.santhiprakash@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant