Observability¶
We currently use Lightstep as our observability platform.
Local tracing¶
Go to lightstep.com
Log into lightstep using google.
On the left-hand side menu go to developer mode (the angle brackets
< >).Copy the command and run that locally. This will spin up a docker container configured with an api key. Any data submitted will be forwarded to Lightstep.
Run
make up. Once everything is up, check the Lightstep developer mode page. You should start seeing traces appear on the page.