mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 12:52:56 +02:00
add support for jaeger tracing (#229)
This commit is contained in:
parent
fb67788be0
commit
a72bb804eb
64 changed files with 5032 additions and 1112 deletions
7
demos/shared/jaeger/Dockerfile
Normal file
7
demos/shared/jaeger/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM jaegertracing/all-in-one:1.62.0
|
||||
HEALTHCHECK \
|
||||
--interval=1s \
|
||||
--timeout=1s \
|
||||
--start-period=1s \
|
||||
--retries=60 \
|
||||
CMD wget -q --header='Content-Type:application/json' -O - http://localhost:14269/health | grep "Server available"
|
||||
Loading…
Add table
Add a link
Reference in a new issue