Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 659e899

Browse files
committed
fix grafana prometheus docker-compose settings
1 parent f45c6c2 commit 659e899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grafana/prometheus/docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ services:
3030
ports:
3131
- '8181:8181'
3232
environment:
33+
- metrics.prometheus.target.filePath=/tmp/scdf-targets/targets.json
3334
- metrics.prometheus.target.discoveryUrl=http://${SCDF_HOST_IP}:9393/runtime/apps
3435
- metrics.prometheus.target.overrideIp=${SCDF_HOST_IP}
3536

0 commit comments

Comments
 (0)