Skip to content

Commit 6b8058b

Browse files
committed
chore: tighten server-changes description
1 parent 88a5efd commit 6b8058b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.server-changes/otlp-postgres-store-fallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ area: webapp
33
type: fix
44
---
55

6-
Restore Postgres fallback for non-ClickHouse OTLP spans. Environments where runs carry a Postgres-backed taskEventStore (taskEvent / taskEventPartitioned) were receiving HTTP 500 from the OTLP ingest endpoints because the ClickHouse factory threw an error when passed those store values. The throw aborted the entire OTLP batch in #exportEvents. Non-ClickHouse stores are now routed directly to the Postgres eventRepository (matching the existing pattern in eventRepository/index.server.ts), and the ClickHouse factory call is wrapped in a try/catch that falls back to Postgres so any future unexpected store values degrade gracefully rather than failing the whole request.
6+
Fixes OTLP ingest endpoints returning HTTP 500 for runs on environments that use a Postgres-backed task event store. This caused the OpenTelemetry collector to drop entire span batches as non-retryable, resulting in real span loss.

0 commit comments

Comments
 (0)