Documentation
¶
Overview ¶
Tracing is disabled by default; set LSTK_OTEL=1 to enable it. Spans are exported via OTLP/HTTP to localhost:4318 by default.
To start a local trace backend (Jaeger):
docker compose -f docker-compose.tracing.yaml up -d
Then open http://localhost:16686 to browse traces. Configure the exporter via standard OTel env vars (OTEL_EXPORTER_OTLP_ENDPOINT, etc.), which the SDK reads automatically.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.