chore(Prometheus): Upgrade exporter to 1.2.0

https://github.com/prometheus/node_exporter/releases/tag/v1.2.0
This commit is contained in:
Simon 2021-07-19 12:08:51 +02:00
parent 7e3fc94076
commit ab460fc36c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.8'
services:
node_exporter:
image: ${NODE_EXPORTER_IMAGE:-quay.io/prometheus/node-exporter:v1.1.2}
image: ${NODE_EXPORTER_IMAGE:-quay.io/prometheus/node-exporter:v1.2.0}
container_name: node_exporter
command:
- '--path.rootfs=/host --collector.textfile.directory=/host/var/lib/node_exporter/textfile_collector'