Overview
- Full name
docker.io/natsio/prometheus-nats-exporter- Registry
- docker.io
- Namespace
- natsio
- Repository
- prometheus-nats-exporter
- Cached tags
- 23
- Last synced
- 07/05/2026, 12:06 PM
- Topics
Introduction
NATS Prometheus Exporter 镜像,采集 NATS 消息系统连接/消息/订阅 metrics,NATS 集群监控告警数据源。
Details
natsio/prometheus-nats-exporter 运行 NATS 监控指标导出器,连接 NATS Server 监控端口采集连接数、消息速率与订阅统计。定位为 NATS 监控 Exporter Sidecar/Deployment,供 Prometheus scrape;NATS 消息中间件运维、JetStream 堆积告警与 Grafana NATS 仪表盘。
快速启动
docker run -d --name nats-exporter \
-p 7777:7777 \
docker.io/natsio/prometheus-nats-exporter:latest \
-varz http://nats:8222
推荐实践
docker run -d --name nats-exporter \
--restart unless-stopped \
-p 7777:7777 \
docker.io/natsio/prometheus-nats-exporter:0.15.0 \
-varz http://nats:8222 -connz http://nats:8222
核心参数说明
-p 7777:7777— Prometheus metrics 端口-varz— NATS 监控 HTTP 端点- 抓取 — Prometheus scrape 7777
- 配对 — nats 官方 server 镜像
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: nats-exporter
spec:
replicas: 1
selector:
matchLabels:
app: nats-exporter
template:
metadata:
labels:
app: nats-exporter
spec:
containers:
- name: exporter
image: docker.io/natsio/prometheus-nats-exporter:0.15.0
args: ["-varz", "http://nats:8222"]
ports:
- containerPort: 7777
---
apiVersion: v1
kind: Service
metadata:
name: nats-exporter
spec:
selector:
app: nats-exporter
ports:
- port: 7777
targetPort: 7777
ServiceMonitor 抓取 metrics。
Latest tags (20)
View all 23 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/natsio/prometheus-nats-exporter :0.20.1 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2026/06/01 04:55 | 8.4 MB | sha256:2a4c7a0656c2… | |||
docker.io/natsio/prometheus-nats-exporter :latest | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2026/06/01 04:55 | 8.4 MB | sha256:2a4c7a0656c2… | |||
docker.io/natsio/prometheus-nats-exporter :0.20.0 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2026/05/18 21:01 | 7.8 MB | sha256:bd1b5b3ba059… | |||
docker.io/natsio/prometheus-nats-exporter :0.19.2 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2026/03/26 19:46 | 7.8 MB | sha256:0ca8c2fb0ad5… | |||
docker.io/natsio/prometheus-nats-exporter :0.19.1 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2026/02/05 22:49 | 7.8 MB | sha256:2ca8d03ac96d… | |||
docker.io/natsio/prometheus-nats-exporter :0.19.0 | linux/arm/v6linux/arm/v7linux/amd64linux/arm64 | 2026/02/03 00:38 | 7.4 MB | sha256:de7c29ddefba… | |||
docker.io/natsio/prometheus-nats-exporter :0.18.0 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2025/11/21 21:16 | 7.7 MB | sha256:12f25423c02e… | |||
docker.io/natsio/prometheus-nats-exporter :0.17.3 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2025/05/07 03:21 | 7.5 MB | sha256:9274a29e36c5… | |||
docker.io/natsio/prometheus-nats-exporter :0.17.2 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2025/04/01 01:30 | 7.6 MB | sha256:d1080349ad28… | |||
docker.io/natsio/prometheus-nats-exporter :0.16.0 | linux/arm/v7linux/arm64linux/amd64linux/arm/v6 | 2024/12/06 23:07 | 6.6 MB | sha256:98c3cf6c6bd7… | |||
docker.io/natsio/prometheus-nats-exporter :0.15.0 | linux/amd64linux/arm/v7linux/arm64linux/arm/v6 | 2024/04/18 18:54 | 6.9 MB | sha256:93e1c538e643… | |||
docker.io/natsio/prometheus-nats-exporter :0.14.0 | linux/arm64linux/amd64linux/arm/v6linux/arm/v7 | 2024/01/15 20:40 | 6.8 MB | sha256:3c672c2f5638… | |||
docker.io/natsio/prometheus-nats-exporter :0.13.0 | linux/arm/v6linux/arm/v7linux/arm64linux/amd64 | 2023/11/01 01:57 | 6.8 MB | sha256:ecc48181999c… | |||
docker.io/natsio/prometheus-nats-exporter :0.12.0 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2023/06/28 06:32 | 0.0 MB | sha256:74db968a89e0… | |||
docker.io/natsio/prometheus-nats-exporter :0.11.0 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2023/04/25 01:41 | 7.1 MB | sha256:68a1ccb4344b… | |||
docker.io/natsio/prometheus-nats-exporter :0.10.1 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/11/03 08:02 | 7.1 MB | sha256:37a39c6aa042… | |||
docker.io/natsio/prometheus-nats-exporter :0.10.0 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/08/19 01:51 | 7.1 MB | sha256:5400de7cf9cd… | |||
docker.io/natsio/prometheus-nats-exporter :0.9.3 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/05/07 01:24 | 6.8 MB | sha256:3bb911d6f29a… | |||
docker.io/natsio/prometheus-nats-exporter :0.9.2 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/04/08 00:12 | 6.8 MB | sha256:a613d34e1ccb… | |||
docker.io/natsio/prometheus-nats-exporter :0.9.0 | linux/arm/v6linux/arm/v7linux/arm64linux/amd64 | 2022/04/08 00:04 | 6.0 MB | sha256:26cddde2221f… |