langfuse.ingestion.processing.duration
Ingestion processing durationDimensions:None
Available on:
Prometheus (1)
Interface Metrics (1)
Dimensions:None
Technical Annotations (17)
Configuration Parameters (3)
LANGFUSE_HOSTrecommended: http://localhost:3000timeoutrecommended: 20debugrecommended: TrueError Signatures (3)
504 Gateway Time-outhttp statusHTTPSConnectionPool(host='...'): Read timed out. (read timeout=exceptionRead timed out. (read timeout=exceptionCLI Commands (4)
git clone https://github.com/langfuse/langfuse.gitdiagnosticdocker compose up -dremediationcurl -v -X POST https://langfuse.perso.be/api/public/ingestion -H "Content-Type: application/json" -H "Authorization: Basic <base64_creds>" -d '{"batch": [{"type": "trace-create", "id": "test-trace-001", "timestamp": "2025-07-12T12:00:00.000Z", "body": {"id": "test-trace-001", "timestamp": "2025-07-12T12:00:00.000Z", "name": "curl-test"}}]}'diagnosticcurl -v https://langfuse.perso.be/api/public/ingestiondiagnosticTechnical References (7)
Docker Composecomponentself-hostingconceptspan ingestionscomponentinternal networking stackcomponent/api/public/ingestionendpointnginxcomponentingestion workercomponentRelated Insights (4)
Self-hosted LangFuse requires manual scaling for high trafficinfo
▸
Internal networking delays cause span ingestion timeouts and cascading failurescritical
▸
504 Gateway Timeout on ingestion endpoint while other API endpoints workcritical
▸
SDK timeout too short for ingestion processing delayswarning
▸