mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
updated the java demo with debug points and jaeger tracing
This commit is contained in:
parent
82c4263bba
commit
6068901cbd
2 changed files with 12 additions and 0 deletions
|
|
@ -19,3 +19,11 @@ services:
|
|||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
- ./arch_config.yaml:/app/arch_config.yaml
|
||||
|
||||
jaeger:
|
||||
build:
|
||||
context: ../../shared/jaeger
|
||||
ports:
|
||||
- "16686:16686"
|
||||
- "4317:4317"
|
||||
- "4318:4318"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue