Skip to content

Commit

Permalink
Update exporter nodes to the newer versions which support arm64
Browse files Browse the repository at this point in the history
Summary: cadvisor and mysql node exported stopped working for M1 chips. Updating to the newer versions of images which are working for M1 chips

Differential Revision: D39768554

fbshipit-source-id: f832eaa8be5b910c88d934bcd9ce10fa3748df58
  • Loading branch information
Maxim Logvinenko authored and facebook-github-bot committed Sep 26, 2022
1 parent 870deb6 commit 89c7458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions monitoring/host-exporter-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: '3'
# on each host, run docker-compose -f host-exporter-compose.yml up -d
services:
cadvisor:
image: google/cadvisor:v0.30.2
image: gcr.io/cadvisor/cadvisor:v0.45.0
restart: always
ports:
- 8080:8080
Expand All @@ -20,7 +20,7 @@ services:
- /dev/disk/:/dev/disk:ro
privileged: true
node-exporter:
image: prom/node-exporter:v0.16.0
image: prom/node-exporter:v1.3.1
restart: always
ports:
- 9100:9100
Expand Down
2 changes: 1 addition & 1 deletion monitoring/monitoring-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ volumes:

services:
mysqld-exporter:
image: prom/mysqld-exporter:v0.10.0
image: prom/mysqld-exporter:v0.14.0
restart: always
ports:
- 9104:9104
Expand Down

0 comments on commit 89c7458

Please sign in to comment.