@@ -35,7 +35,7 @@ configs:
3535 smokeping_prober_config:
3636 file: ./smokeping_prober_config.yaml
3737services:
38- prometheus-catchall :
38+ prometheuscatchall :
3939 hostname: "{% raw %} {{.Service.Name}}{% endraw %} "
4040 image: prom/prometheus:v2.44.0
4141 volumes:
@@ -73,14 +73,14 @@ services:
7373 - traefik.http.routers.prometheuscatchall.tls=true
7474 - traefik.http.middlewares.prometheuscatchall_stripprefixregex.stripprefixregex.regex=^/prometheus
7575 - traefik.http.routers.prometheuscatchall.middlewares=ops_whitelist_ips@docker, ops_auth@docker, ops_gzip@docker, prometheuscatchall_stripprefixregex
76- - prometheus-job=prometheus-catchall
76+ - prometheus-job=prometheuscatchall
7777 - prometheus-port=${MONITORING_PROMETHEUS_PORT}
7878 resources:
7979 limits:
8080 memory: 4096M
8181 reservations:
8282 memory: 4096M
83- prometheus-cadvisor :
83+ prometheuscadvisor :
8484 hostname: "{% raw %} {{.Service.Name}}{% endraw %} "
8585 image: prom/prometheus:v2.44.0
8686 volumes:
@@ -98,7 +98,7 @@ services:
9898 - "--storage.tsdb.retention=30d"
9999 - "--web.console.libraries=/usr/share/prometheus/console_libraries"
100100 - "--web.console.templates=/usr/share/prometheus/consoles"
101- - "--web.external-url=https://${MONITORING_DOMAIN}/prometheus-cadvisor /"
101+ - "--web.external-url=https://${MONITORING_DOMAIN}/prometheuscadvisor /"
102102 - "--web.route-prefix=/"
103103 - "--storage.tsdb.allow-overlapping-blocks" # via https://jessicagreben.medium.com/prometheus-fill-in-data-for-new-recording-rules-30a14ccb8467
104104 #- "--web.enable-admin-api" This allows messing with prometheus using its API from the CLI. Disabled for security reasons by default.
@@ -118,7 +118,7 @@ services:
118118 - traefik.http.routers.prometheuscadvisor.tls=true
119119 - traefik.http.middlewares.prometheuscadvisor_stripprefixregex.stripprefixregex.regex=^/prometheuscadvisor
120120 - traefik.http.routers.prometheuscadvisor.middlewares=ops_whitelist_ips@docker, ops_auth@docker, ops_gzip@docker, prometheuscadvisor_stripprefixregex
121- - prometheus-job=prometheus-cadvisor
121+ - prometheus-job=prometheuscadvisor
122122 - prometheus-port=${MONITORING_PROMETHEUS_PORT}
123123 resources:
124124 limits:
0 commit comments