Skip to content

Commit

Permalink
prometheus.server-url parameter
Browse files Browse the repository at this point in the history
--prometheus.server-url parameter and environment variable METRICS_STORAGE_TYPE=prometheus added to make Jaeger SPM page working.
  • Loading branch information
devrimdemiroz authored Dec 21, 2022
1 parent ebb2ab1 commit 17f394b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ JAEGER_SERVICE_HOST=jaeger
# Prometheus
PROMETHEUS_SERVICE_PORT=9090
PROMETHEUS_SERVICE_HOST=prometheus
PROMETHEUS_ADDR=${PROMETHEUS_SERVICE_HOST}:${PROMETHEUS_SERVICE_PORT}

0 comments on commit 17f394b

Please sign in to comment.