Connections
SigLens
LLM Observability with SigLens and OpenLIT
To directly send OpenTelemetry metrics and traces generated by OpenLIT from your AI Application to SigLens, Follow the below steps.
1
Add the following two lines to your application code:
Replace:
YOUR_SIGLENS_HTTP_ENDPOINT
with the Ingestion HTTP Endpoint value. Its generall of the formathttp://<siglens-url>:4318/otlp
.
- Example -
http://localhost:4318/otlp
Refer to the OpenLIT Python SDK repository for more advanced configurations and use cases.
2
Visualise the traces
- Log into your SigLens Instance.
- Click Tracing in the side navgivation menu.
- Click on any trace to see details.
Was this page helpful?