ysku / opentracing_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opentraing Example

Opentracing example of asynchronous distributed processes over queue.

# build docker image beforehand
$ docker build -t opentracing_example:latest .

# start example
$ docker-compose up
$ curl -X POST localhost:50001/upload/[you name it]

see stdout of docker containers

open link http://localhost:16686 to see traces.

About


Languages

Language:Python 97.4%Language:Dockerfile 2.6%