Fix LLMObs trace batching and payload size telemetry by ygree · Pull Request #10395 · DataDog/dd-trace-java

added 3 commits

January 16, 2026 16:44
Previously, llm-obs-events-processor only recognized the first trace per request and ignored the rest.

Fix sizeInBytes calculation for metrics and logging.
Previously, it was the size of the entire buffer rather than of the actual number of bytes for the request

@ygree ygree changed the title fix(llmobs): trace batching fix(llmobs): trace batching and payload size stats

Jan 17, 2026

@ygree ygree marked this pull request as ready for review

January 17, 2026 01:30

@ygree ygree changed the title fix(llmobs): trace batching and payload size stats fix(llmobs): trace batching and payload size telemetry

Jan 17, 2026

amarziali

@ygree ygree deleted the ygree/fix-llmobs-trace-batching branch

January 19, 2026 07:41

ygree added a commit that referenced this pull request

Jan 21, 2026
Fix sending multiple LLM Obs traces per request.
Fix sizeInBytes calculation for metrics and logging.

(cherry picked from commit 714695d)

@ygree ygree mentioned this pull request

Jan 21, 2026

ygree added a commit that referenced this pull request

Jan 22, 2026
Fix sending multiple LLM Obs traces per request.
Fix sizeInBytes calculation for metrics and logging.

(cherry picked from commit 714695d)

@ygree ygree changed the title fix(llmobs): trace batching and payload size telemetry Fix LLMObs trace batching and payload size telemetry

Jan 23, 2026