danielbryantuk / envoy-lightstep-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

envoy-lightstep-example

Creates and runs a minimal docker example using envoy with the LightStep tracer enabled. The example follows the Service to service plus front proxy deployment pattern where a front envoy edge proxy load balances to an envoy cluster servicing python flask web servers.

export LIGHTSTEP_ACCESS_TOKEN=<access token>
./run.sh
<go to http://localhost:8080>

About


Languages

Language:Shell 61.1%Language:Dockerfile 28.0%Language:Python 10.9%