File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,6 @@ services:
66 constraints:
77 - node.labels.grafana==true
88 prometheuscatchall:
9- command:
10- - "--config.file=/etc/prometheus/prometheus.yml"
11- - "--storage.tsdb.path=/prometheus"
12- - "--storage.tsdb.retention=${MONITORING_PROMETHEUS_RETENTION}"
13- - "--web.console.libraries=/usr/share/prometheus/console_libraries"
14- - "--web.console.templates=/usr/share/prometheus/consoles"
15- - "--web.external-url=https://${MONITORING_DOMAIN}/prometheus/"
16- - "--web.route-prefix=/"
17- - "--storage.tsdb.allow-overlapping-blocks" # via https://jessicagreben.medium.com/prometheus-fill-in-data-for-new-recording-rules-30a14ccb8467
18- - "--enable-feature=exemplar-storage"
199 deploy:
2010 placement:
2111 constraints:
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ services:
4444 - "--web.external-url=https://${MONITORING_DOMAIN}/prometheus/"
4545 - "--web.route-prefix=/"
4646 - "--storage.tsdb.allow-overlapping-blocks" # via https://jessicagreben.medium.com/prometheus-fill-in-data-for-new-recording-rules-30a14ccb8467
47+ - "--enable-feature=exemplar-storage"
4748 #- "--web.enable-admin-api" This allows messing with prometheus using its API from the CLI. Disabled for security reasons by default.
4849 networks:
4950 - monitored
You can’t perform that action at this time.
0 commit comments