Add tracing doc

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-07-26 11:08:48 +02:00
parent 81b5f46062
commit 83098e1af9

9
docs/tracing.md Normal file
View File

@ -0,0 +1,9 @@
## 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.