Skip to content

Commit 965307a

Browse files
mrnicegyu11kaiser
andauthored
Add prometheus cAdvisor placement label for second prometheus (#181)
* Add prometheus cAdvisor placement label for second prometheus * Fix prometheus datasource --------- Co-authored-by: kaiser <[email protected]>
1 parent 2f957e4 commit 965307a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/monitoring/docker-compose.aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
deploy:
1717
placement:
1818
constraints:
19-
- node.labels.prometheus==true
19+
- node.labels.prometheuscadvisor==true
2020
resources:
2121
limits:
2222
memory: 4096M

services/monitoring/grafana/provisioning/allDeployments/datasources/1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "prometheus",
2020
"typeLogoUrl": "",
2121
"uid": "RmZEr52nz",
22-
"url": "http://prometheus:9090",
22+
"url": "http://prometheus-catchall:9090",
2323
"user": "",
2424
"version": 1,
2525
"withCredentials": false

0 commit comments

Comments
 (0)