lotus/docs/tracing.md
Jakub Sztandera 83098e1af9 Add tracing doc
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-26 11:08:48 +02:00

10 lines
330 B
Markdown

## Tracing
Lotus uses Jaeger for tracing. Currently it always uses
localhost and default port (`localhost:6831`).
During dev you can use `jaeger-all-in-one` from: https://www.jaegertracing.io/download/
Start the `jaeger-all-in-one` and open http://localhost:16686/ to view traces.
j
In production: you tell me and I might WTFM.