LLM Observability with OneUptime and OpenLIT
To directly send OpenTelemetry metrics and traces generated by OpenLIT SDK from your AI Application to OneUptime, Follow the below steps.
Get your OneUptime OpenTelemetry Credentials
More
in the Navigation bar and click on Project Settings
.Create Ingestion Key
to create a token.
View
to view and copy the token.
Add the following two lines to your application code:
Replace:
YOUR_ONEUPTIME_SERVICE_TOKEN
with the OneUptime Ingestion Key value you copied in Step 1.Replace:
YOUR_ONEUPTIME_SERVICE_TOKEN
with the OneUptime Ingestion Key value you copied in Step 1.Run the following command to configure the OTEL endpoint and headers to send metrics and traces to OneUptime:
Replace:
YOUR_ONEUPTIME_SERVICE_TOKEN
with the OneUptime Ingestion Key` value you copied in Step 1.Refer to the OpenLIT Python SDK repository for more advanced configurations and use cases.
Visualize in OneUptime
Once your LLM application is instrumented, you should see the traces and metrics in the OneUptime telemetry traces page.
LLM Observability with OneUptime and OpenLIT
To directly send OpenTelemetry metrics and traces generated by OpenLIT SDK from your AI Application to OneUptime, Follow the below steps.
Get your OneUptime OpenTelemetry Credentials
More
in the Navigation bar and click on Project Settings
.Create Ingestion Key
to create a token.
View
to view and copy the token.
Add the following two lines to your application code:
Replace:
YOUR_ONEUPTIME_SERVICE_TOKEN
with the OneUptime Ingestion Key value you copied in Step 1.Replace:
YOUR_ONEUPTIME_SERVICE_TOKEN
with the OneUptime Ingestion Key value you copied in Step 1.Run the following command to configure the OTEL endpoint and headers to send metrics and traces to OneUptime:
Replace:
YOUR_ONEUPTIME_SERVICE_TOKEN
with the OneUptime Ingestion Key` value you copied in Step 1.Refer to the OpenLIT Python SDK repository for more advanced configurations and use cases.
Visualize in OneUptime
Once your LLM application is instrumented, you should see the traces and metrics in the OneUptime telemetry traces page.