-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monitoring / Prometheus fixes: Ceph scraping and simcore container la…
…bels (#322) * Remove ceph scrape (was broken) on osparc-public * Adress DevOps Changes ITISFoundation/osparc-simcore#4453 --------- Co-authored-by: kaiser <[email protected]>
- Loading branch information
1 parent
a001605
commit 5f9e20a
Showing
6 changed files
with
58 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: '3.7' | ||
services: | ||
cadvisor-exporter: | ||
volumes: | ||
- /:/rootfs:ro | ||
- /var/run:/var/run:ro | ||
- /sys:/sys:ro | ||
- /var/lib/docker/:/var/lib/docker:ro | ||
- /dev/disk/:/dev/disk:ro | ||
grafana: | ||
dns: 8.8.8.8 | ||
deploy: | ||
placement: | ||
constraints: | ||
- node.labels.grafana==true | ||
|
||
prometheuscatchall: | ||
deploy: | ||
placement: | ||
constraints: | ||
- node.labels.prometheus==true | ||
prometheuscadvisor: | ||
deploy: | ||
placement: | ||
constraints: | ||
- node.labels.prometheus==true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters