go2sky example, also see go-zipkin-example: https://github.com/iyabchen/go-zipkin-example
please execute the shell script "build.sh".
./build.sh
please execute the shell script "create-docker.sh"
./create-docker.sh
-
for svca:
docker run -d --name go-demo-svca -e SKYWALKING_BACKEND_SERVICE=docker_host_ip:11800 -e SVCA_NAME=go_demo_svca -e SVCA_PORT=18080 -e SVCB_HOST=docker_host_ip -SVCB_PORT=18081 -p 18080:18080 lish/go2sky-demo-svca:0.1
-
for svcb:
docker run -d --name go-demo-svcb -e SKYWALKING_BACKEND_SERVICE=docker_host_ip:11800 -e SVCB_NAME=go_demo_svcb -e SVCB_PORT=18081 -p 18081:18081 lish/go2sky-demo-svcb:0.1
test result:
- service registry: passed
- service query: passed
- topology graph: passed
- tracing: passed