Skip to content

Commit 88a5efd

Browse files
committed
chore: add server-changes entry for OTLP Postgres fallback fix
1 parent 01f7c39 commit 88a5efd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: fix
4+
---
5+
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.

0 commit comments

Comments
 (0)