Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 639 Bytes

File metadata and controls

41 lines (25 loc) · 639 Bytes

webtools-trace

This is a using the zipkin server. Details on https://zipkin.io/

Running on localhost

Open terminal, then

curl -sSL https://zipkin.io/quickstart.sh | bash -s

Then run the jar file

java -jar -Dserver.port=8087 zipkin.jar

Then go to browser

http://localhost:8087/zipkin/

Running on K8 (Kubernetes)

Either use the Jenkinsfile on Jenkins or, manually login to the K8 host, clone this repo, go inside the folder, then

kubectl apply -f Deploy-webtools-trace-private.yaml

Running on Docker

Open terminal, then

docker run -d -p 8187:9411 openzipkin/zipkin:latest