File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ services:
22
22
JAEGER_SAMPLER_PARAM : 1
23
23
# by default, jaeger-client sends traces to an agent on localhost:6832
24
24
# override and send traces to http://tracing-backend:6832
25
- JAEGER_AGENT_HOST : tracing-backend
26
25
JAEGER_AGENT_PORT : 6832
27
26
ports :
28
27
# so we can send test requests
@@ -39,26 +38,13 @@ services:
39
38
- aparnet
40
39
depends_on :
41
40
- log-shipper
42
- - tracing-backend
43
-
44
41
log-shipper :
45
42
build : log-shipper
46
43
ports :
47
44
- " 24224:24224"
48
45
- " 24224:24224/udp"
49
46
env_file : log-shipper/.env
50
47
51
- tracing-backend :
52
- # sadly, this image is poorly documented on dockerhub - no info on usage or available envars.
53
- image : jaegertracing/all-in-one:1.11.0
54
- environment :
55
- # Storage Backend may be memory|elasticsearch|cassandra|kafka. This image only supports memory.
56
- SPAN_STORAGE_TYPE : memory
57
- # TODO: explicitly specify Agent port for (accepting traces 6832) (sampling configs 5778)
58
- # receiving port of Collector over TChannel protocol
59
- COLLECTOR_PORT : 14267
60
- # receiving port of Query & UI
61
- QUERY_PORT : 16686
62
48
63
49
jaeger-query :
64
50
build : jaeger-query
You can’t perform that action at this time.
0 commit comments