Intermittent Traces from App #10648
Replies: 2 comments 1 reply
-
|
Based on the available sources, your intermittent trace visibility issue after upgrading to v3.133.0 with Python SDK 3.10.1 suggests a potential worker container problem(1). The Langfuse v3 architecture includes a worker container that asynchronously processes events(2). When traces appear after restarting but stop working later, this often indicates the worker isn't running properly or has stopped processing the ingestion queue(1). Key troubleshooting steps:
Since your For additional troubleshooting resources, check the Troubleshooting & FAQ(4) and review related discussions on worker container issues(4)(1). 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Lotte-Verheyden Currently, it continues to work intermittently from the app without any changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question
Hello, our self-hosted app was working fine until couple days ago, then traces stopped showing up on langfuse. We were able to retreive prompts, make requests such as /api/public/health, /api/public/projects, and ingestion endpoint returned success, but traces weren't visible.
Saw #8206 and updated to the latest Langfuse and python SDK versions. Then we were able to send traces with local script using /ingest endpoint, but wasn't able to see traces from our app. After restarting langfuse, we were able to get traces from our app, but it stopped working after a while without any code changes on our side. We're still able to send traces via below
RESPONSE=$(curl`` -s -w "HTTP %{http_code}" -X POST "${HOST}/api/public/ingestion" \ -H "Content-Type: application/json" \ -H "Authorization: Basic ${AUTH}" \ -d ``"${PAYLOAD}")But traces from our app are intermittent. It starts to work after restarting langfuse instance, then traces stop coming after a while. On the other hand, requests return success and we're able to retreive prompts etc without problems.
Langfuse Cloud or Self-Hosted?
Self-Hosted
If self-hosted, what version are you running?
v3.133.0
SDK and integration versions
python sdk version 3.10.1
Pre-Submission Checklist
Beta Was this translation helpful? Give feedback.
All reactions