Skip to content

Commit 794b387

Browse files
authored
Fix the port environment variable (#551)
After reading a few open GitHub issues, I'm aware that it is known that the Symfony/Laravel examples as a whole are not up-to-date with the sdk code, but the docker-compose tutorial is on point. So if it's okay, I want to update it to the latest Jaeger version. https://github.com/jaegertracing/jaeger/releases/tag/v1.22.0 > --collector.zipkin.http-port is replaced by --collector.zipkin.host-port
1 parent 9d1d0c5 commit 794b387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/symfony-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
jaeger:
8484
image: jaegertracing/all-in-one
8585
environment:
86-
COLLECTOR_ZIPKIN_HTTP_PORT: 9412
86+
COLLECTOR_ZIPKIN_HOST_PORT: 9412 # Before version 1.22.0 use COLLECTOR_ZIPKIN_HTTP_PORT
8787
ports:
8888
- 9412:9412
8989
- 16686:16686

0 commit comments

Comments
 (0)