opentelemetry-101
opentelemetry-101 copied to clipboard
docker-compose fails with type must be string for COLLECTOR_OTLP_ENABLED
docker-compose fails with type must be string for COLLECTOR_OTLP_ENABLED.
the docker-compose.yml has the below line which is causing the issue : COLLECTOR_OTLP_ENABLED: true
Adding quotes has resolved the issue. COLLECTOR_OTLP_ENABLED: "True"