Skip to content

Commit c80c945

Browse files
committed
Fix #1117
1 parent ac44663 commit c80c945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/monitoring/docker-compose.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ services:
3939
- "--config.file=/etc/prometheus/prometheus.yml"
4040
- "--storage.tsdb.path=/prometheus"
4141
- "--storage.tsdb.retention=${MONITORING_PROMETHEUS_RETENTION}"
42+
- "--web.enable-remote-write-receiver"
4243
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
4344
- "--web.console.templates=/usr/share/prometheus/consoles"
4445
- "--web.external-url=https://${MONITORING_DOMAIN}/prometheus/"

0 commit comments

Comments
 (0)