镜像概览
- 完整引用
docker.io/danielqsj/kafka-exporter- Registry
- docker.io
- 命名空间
- danielqsj
- 仓库
- kafka-exporter
- 已缓存 Tag 数
- 20
- 最近同步
- 07/05/2026, 06:29 AM
- 相关主题
简介
Kafka Prometheus Exporter 镜像,采集 Broker/Topic/Consumer Lag 指标,消息队列 Grafana 监控与告警数据源组件。
详细介绍
danielqsj/kafka-exporter 连接 Kafka Broker 导出 Prometheus 格式 metrics,涵盖 topic 分区、consumer group lag 与 broker 状态。定位为 Kafka 监控 Exporter,Prometheus scrape 后供 Grafana 展示;Kafka 集群健康监控、消费延迟告警与容量规划指标数据源。
快速启动
docker run -d --name kafka-exporter \
-p 9308:9308 \
docker.io/danielqsj/kafka-exporter:latest \
--kafka.server=kafka:9092
推荐实践
docker run -d --name kafka-exporter \
--restart unless-stopped \
-p 9308:9308 \
docker.io/danielqsj/kafka-exporter:1.7.0 \
--kafka.server=kafka:9092 --sasl.enabled
核心参数说明
-p 9308:9308— Prometheus scrape 端口--kafka.server— Broker 地址--sasl.enabled— SASL 认证(如启用)- 配对 — ServiceMonitor
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: kafka-exporter
spec:
replicas: 1
selector:
matchLabels:
app: kafka-exporter
template:
metadata:
labels:
app: kafka-exporter
spec:
containers:
- name: exporter
image: docker.io/danielqsj/kafka-exporter:1.7.0
args: ["--kafka.server=kafka:9092"]
ports:
- containerPort: 9308
---
apiVersion: v1
kind: Service
metadata:
name: kafka-exporter
labels:
app: kafka-exporter
spec:
selector:
app: kafka-exporter
ports:
- port: 9308
targetPort: 9308
ServiceMonitor 自动发现;与 Kafka 同 namespace。
最新 Tag(20 条)
查看全部 20 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/danielqsj/kafka-exporter :latest | linux/amd64linux/s390xlinux/arm64linux/ppc64le | 2026/04/13 16:02 | 13.2 MB | sha256:08c909f6980b… | |||
docker.io/danielqsj/kafka-exporter :v1.9.0 | linux/amd64linux/s390xlinux/arm64linux/ppc64le | 2025/02/17 11:12 | 13.5 MB | sha256:2c98dab538bc… | |||
docker.io/danielqsj/kafka-exporter :v1.8.0 | linux/amd64linux/s390xlinux/arm64linux/ppc64le | 2024/08/20 15:12 | 11.4 MB | sha256:bfae1aa15e87… | |||
docker.io/danielqsj/kafka-exporter :v1.7.0 | linux/s390xlinux/amd64linux/arm64linux/ppc64le | 2023/05/24 12:33 | 11.5 MB | sha256:e184f3cfce28… | |||
docker.io/danielqsj/kafka-exporter :v1.6.0 | linux/amd64linux/s390xlinux/arm64linux/ppc64le | 2022/08/24 14:06 | 10.3 MB | sha256:26cd57732132… | |||
docker.io/danielqsj/kafka-exporter :v1.5.0 | linux/amd64linux/s390xlinux/arm64linux/ppc64le | 2022/08/23 19:56 | 10.3 MB | sha256:cd8ee0924f24… | |||
docker.io/danielqsj/kafka-exporter :v1.4.2 | linux/arm64linux/amd64linux/ppc64lelinux/s390x | 2021/09/16 17:36 | 8.8 MB | sha256:557b41bb8a69… | |||
docker.io/danielqsj/kafka-exporter :v1.4.1 | linux/s390xlinux/amd64 | 2021/09/08 17:41 | 10.5 MB | sha256:f309e98c8ea1… | |||
docker.io/danielqsj/kafka-exporter :v1.4.0 | linux/amd64linux/s390x | 2021/09/08 15:52 | 9.3 MB | sha256:f960a36f5d61… | |||
docker.io/danielqsj/kafka-exporter :v1.3.2 | linux/amd64linux/s390x | 2021/09/07 20:53 | 9.2 MB | sha256:aee19c85a553… | |||
docker.io/danielqsj/kafka-exporter :v1.3.1 | linux/amd64 | 2021/05/18 15:20 | 9.2 MB | sha256:60351a7aee99… | |||
docker.io/danielqsj/kafka-exporter :v1.3.0 | linux/amd64 | 2021/03/16 16:29 | 9.1 MB | sha256:336b16603d75… | |||
docker.io/danielqsj/kafka-exporter :patch1 | linux/amd64 | 2018/11/06 15:51 | 5.1 MB | sha256:a96eb17812c7… | |||
docker.io/danielqsj/kafka-exporter :v1.2.0 | linux/amd64 | 2018/07/07 22:34 | 4.9 MB | sha256:b493282e42cd… | |||
docker.io/danielqsj/kafka-exporter :v1.1.0 | linux/amd64 | 2018/04/07 20:31 | 4.9 MB | sha256:0f1112f5ce14… | |||
docker.io/danielqsj/kafka-exporter :v1.0.1 | linux/amd64 | 2018/01/12 21:06 | 4.9 MB | sha256:5da78ee52cf6… | |||
docker.io/danielqsj/kafka-exporter :v1.0.0 | linux/amd64 | 2018/01/08 23:32 | 4.9 MB | sha256:0e0cf88f16d0… | |||
docker.io/danielqsj/kafka-exporter :v0.3.0 | linux/amd64 | 2017/12/06 17:03 | 4.9 MB | sha256:4b4520930677… | |||
docker.io/danielqsj/kafka-exporter :v0.2.0 | linux/amd64 | 2017/10/20 15:56 | 4.8 MB | sha256:2d233674243e… | |||
docker.io/danielqsj/kafka-exporter :v0.1.0 | linux/amd64 | 2017/10/19 17:54 | 4.8 MB | sha256:5913045adf06… |