Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 465 Bytes

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>