10 lines
330 B
Markdown
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.
|