Update Prometheus to v3.11.2, fix etcdctl version

This commit is contained in:
yeasy
2026-04-25 22:39:33 +00:00
parent d667936a87
commit b409945aea
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ USAGE:
etcdctl
VERSION:
3.5.21
3.5.29
API VERSION:
3.5
+1 -1
View File
@@ -60,7 +60,7 @@ rule_files:
```yaml
services:
prometheus:
image: prom/prometheus:v3.11.0
image: prom/prometheus:v3.11.2
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- ./rules.yml:/etc/prometheus/rules.yml
@@ -164,12 +164,12 @@ scrape_configs:
**完整监控栈部署**
> [!TIP]
> 以下示例中的镜像标签 `prom/prometheus:v3.11.0``prom/node-exporter:v1.11.1``ghcr.io/google/cadvisor:v0.56.2``grafana/grafana:13.0.1`仅为参考在生产环境部署前请访问各项目的官方发布页或文档获取最新版本号
> 以下示例中的镜像标签 `prom/prometheus:v3.11.2``prom/node-exporter:v1.11.1``ghcr.io/google/cadvisor:v0.56.2``grafana/grafana:13.0.1`仅为参考在生产环境部署前请访问各项目的官方发布页或文档获取最新版本号
```yaml
services:
prometheus:
image: prom/prometheus:v3.11.0
image: prom/prometheus:v3.11.2
container_name: prometheus
ports:
- "9090:9090"