镜像概览
- 完整引用
docker.io/altinity/metrics-exporter- Registry
- docker.io
- 命名空间
- altinity
- 仓库
- metrics-exporter
- 已缓存 Tag 数
- 79
- 最近同步
- 07/06/2026, 12:48 AM
简介
Altinity ClickHouse Metrics Exporter 镜像,CH 集群 Prometheus 指标导出,Altinity Operator 配套监控组件。
详细介绍
altinity/metrics-exporter 运行 ClickHouse Prometheus Metrics Exporter,采集 ClickHouse 集群 query、merge、副本延迟等指标并暴露 /metrics endpoint。定位为 ClickHouse 监控 exporter,由 Altinity ClickHouse Operator 随集群部署或独立 sidecar;K8s ServiceMonitor 采集。
快速启动
docker run -d --name ch-exporter \
-p 8888:8888 \
-e CH_HOST=clickhouse:8123 \
docker.io/altinity/metrics-exporter:latest
推荐实践
docker run -d --name ch-exporter \
--restart unless-stopped \
-p 8888:8888 \
-e CH_HOST=clickhouse.internal:8123 \
-e CH_USER=monitor \
-e CH_PASSWORD=changeme \
docker.io/altinity/metrics-exporter:0.23.0
核心参数说明
-p 8888:8888— Prometheus metrics-e CH_HOST— ClickHouse HTTP 地址-e CH_PASSWORD— 监控账号密码(高敏)- 采集 — ServiceMonitor/Prometheus
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ch-metrics-exporter
spec:
replicas: 1
selector:
matchLabels:
app: ch-exporter
template:
metadata:
labels:
app: ch-exporter
spec:
containers:
- name: exporter
image: docker.io/altinity/metrics-exporter:0.23.0
ports:
- containerPort: 8888
envFrom:
- secretRef:
name: ch-monitor
---
apiVersion: v1
kind: Service
metadata:
name: ch-exporter
spec:
selector:
app: ch-exporter
ports:
- port: 8888
targetPort: 8888
Altinity Operator 可自动部署;Prometheus scrape 采集。
最新 Tag(20 条)
查看全部 79 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/altinity/metrics-exporter :0.27.2 | linux/amd64linux/arm64 | 2026/07/03 17:59 | 32.4 MB | sha256:704923fa8731… | |||
docker.io/altinity/metrics-exporter :latest | linux/amd64linux/arm64 | 2026/06/05 00:57 | 32.4 MB | sha256:5af3f6873a5b… | |||
docker.io/altinity/metrics-exporter :0.27.1 | linux/amd64linux/arm64 | 2026/06/04 21:06 | 32.4 MB | sha256:ca56a26fda49… | |||
docker.io/altinity/metrics-exporter :0.27.0 | linux/amd64linux/arm64 | 2026/05/08 21:36 | 31.8 MB | sha256:013c3ef0fe7f… | |||
docker.io/altinity/metrics-exporter :0.26.3 | linux/amd64linux/arm64 | 2026/04/20 18:36 | 31.1 MB | sha256:d8bbc123dae2… | |||
docker.io/altinity/metrics-exporter :0.26.2 | linux/amd64linux/arm64 | 2026/03/25 00:48 | 31.1 MB | sha256:0279b63a9f84… | |||
docker.io/altinity/metrics-exporter :0.26.1 | linux/amd64linux/arm64 | 2026/03/16 19:28 | 30.7 MB | sha256:a1cf87bba8e4… | |||
docker.io/altinity/metrics-exporter :0.26.0 | linux/amd64linux/arm64 | 2026/02/20 21:21 | 30.0 MB | sha256:08474dada012… | |||
docker.io/altinity/metrics-exporter :0.25.6 | linux/amd64linux/arm64 | 2025/12/12 05:15 | 30.0 MB | sha256:b2b56c8284b0… | |||
docker.io/altinity/metrics-exporter :0.25.5 | linux/amd64linux/arm64 | 2025/10/24 16:44 | 28.2 MB | sha256:84bd8d081ffd… | |||
docker.io/altinity/metrics-exporter :0.25.4 | linux/amd64linux/arm64 | 2025/10/01 16:56 | 28.2 MB | sha256:2cd1151f52b9… | |||
docker.io/altinity/metrics-exporter :0.25.3 | linux/amd64linux/arm64 | 2025/08/06 00:22 | 29.0 MB | sha256:ea3e13966d36… | |||
docker.io/altinity/metrics-exporter :0.25.2 | linux/amd64linux/arm64 | 2025/07/10 23:34 | 29.0 MB | sha256:912b780facf3… | |||
docker.io/altinity/metrics-exporter :0.25.1 | linux/amd64linux/arm64 | 2025/07/02 19:38 | 29.0 MB | sha256:a1966d60aa02… | |||
docker.io/altinity/metrics-exporter :0.25.0 | linux/amd64linux/arm64 | 2025/05/26 16:19 | 0.0 MB | sha256:59faca37277f… | |||
docker.io/altinity/metrics-exporter :0.24.5 | linux/amd64linux/arm64 | 2025/03/14 19:44 | 28.9 MB | sha256:ebcfce0b7099… | |||
docker.io/altinity/metrics-exporter :0.24.4 | linux/amd64linux/arm64/v8 | 2025/02/24 23:29 | 28.7 MB | sha256:0c693fe12c6d… | |||
docker.io/altinity/metrics-exporter :0.24.3 | linux/amd64linux/arm64 | 2025/02/14 20:25 | 28.7 MB | sha256:ee1569743530… | |||
docker.io/altinity/metrics-exporter :0.24.2 | linux/amd64linux/arm64 | 2024/12/06 22:49 | 28.7 MB | sha256:d3688db5a5bf… | |||
docker.io/altinity/metrics-exporter :0.24.1 | linux/amd64linux/arm64 | 2024/12/06 22:48 | 28.7 MB | sha256:44cb25995f08… |