Skip to main content
← Back to list
01Issue
BugOpenSwamp CLIPublic
AssigneesNone

Relationships

#1716 Generic OTLP endpoint appends signal path after query or fragment

Opened by swamp_lord · 8/19/2026

Problem

Generic OTLP endpoint construction appends /v1/ to the raw environment-variable string. An endpoint such as https://collector.example/otlp?token=[REDACTED-SECRET-1] becomes https://collector.example/otlp?token=[REDACTED-SECRET-2] so the signal suffix lands in the query instead of the URL path. Fragments have the same problem.

Current implementation

src/infrastructure/tracing/otel_config.ts uses string concatenation after trimming trailing slashes.

Expected behavior

Append the signal suffix to the URL pathname while preserving query and fragment components. Add endpoint-resolution tests for query and fragment inputs.

This is pre-existing generic endpoint behavior and is separate from Lab issue 1713, which intentionally preserves current generic fallback semantics.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED

Open

8/19/2026, 12:56:45 AM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.