fix(llmobs): parse additional headers with an explicit separator to support values containing spaces [do not merge] - #19782
Conversation
…upport values containing spaces _DD_TRACE_WRITER_ADDITIONAL_HEADERS values like "Authorization:Bearer <token>" (space in the value, no comma anywhere) were incorrectly whitespace-split by parse_tags_str's auto-detection, corrupting the header. parse_tags_str now accepts an optional explicit separator, and the LLMObs writer passes "," to avoid the whitespace fallback. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…dback Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Circular import analysis🚨 New circular imports detected 🚨5 new circular import(s) have been introduced by this PR: Please consider refactoring your changes in accordance to the Separation of Concerns principle.
|
BenchmarksBenchmark execution time: 2026-08-20 08:27:04 Comparing candidate commit 4c9b145 in PR branch Found 0 performance improvements and 4 performance regressions! Performance is the same for 618 metrics, 10 unstable metrics.
|
This is only opened to support #19506 which is from a fork.