Skip to content

Commit c2f16d0

Browse files
author
Uzziah Eyee
committed
Removed the all-in-one tracing service.
1 parent 6e4baac commit c2f16d0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docker-compose.dev.yml

-14
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ services:
2222
JAEGER_SAMPLER_PARAM: 1
2323
# by default, jaeger-client sends traces to an agent on localhost:6832
2424
# override and send traces to http://tracing-backend:6832
25-
JAEGER_AGENT_HOST: tracing-backend
2625
JAEGER_AGENT_PORT: 6832
2726
ports:
2827
# so we can send test requests
@@ -39,26 +38,13 @@ services:
3938
- aparnet
4039
depends_on:
4140
- log-shipper
42-
- tracing-backend
43-
4441
log-shipper:
4542
build: log-shipper
4643
ports:
4744
- "24224:24224"
4845
- "24224:24224/udp"
4946
env_file: log-shipper/.env
5047

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
6248

6349
jaeger-query:
6450
build: jaeger-query

0 commit comments

Comments
 (0)