laszlokiraly / jaeger-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jaeger Playground

Setup

# get the docker-compose file
wget https://raw.githubusercontent.com/jaegertracing/jaeger/main/examples/hotrod/docker-compose.yml

# start the docker-compose file
docker-compose up -d

# check the status of the docker-compose file
docker-compose ps

Usage

Cleanup

# stop the docker-compose file
docker-compose down

References

About