enable jaeger by default if docker-compose.jaeger.yml is included
This commit is contained in:
parent
4885069ef5
commit
bf3bdf9244
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
sia:
|
||||
environment:
|
||||
- JAEGER_DISABLED=${JAEGER_DISABLED:-true} # Enable/Disable tracing
|
||||
- JAEGER_DISABLED=${JAEGER_DISABLED:-false} # Enable/Disable tracing
|
||||
- JAEGER_SERVICE_NAME=${PORTAL_NAME:-Skyd} # change to e.g. eu-ger-1
|
||||
# Configuration
|
||||
# See https://github.com/jaegertracing/jaeger-client-go#environment-variables
|
||||
|
|
Reference in New Issue