feat(otlp): cache OpenTelemetry trace state in OTLP export - #12407
Draft
MilanGarnier wants to merge 26 commits into
Draft
MilanGarnier wants to merge 26 commits into
MilanGarnier wants to merge 26 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
Contributor
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 4, 2026 15:52
9f9bc37 to
63c9691
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th-otlp-export
branch
from
September 4, 2026 15:52
e08c36d to
5fcbf2b
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 7, 2026 09:52
63c9691 to
43e5493
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th-otlp-export
branch
2 times, most recently
from
September 7, 2026 11:24
584d9dc to
81615f9
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
2 times, most recently
from
September 7, 2026 12:03
ba21909 to
ea27b06
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th-otlp-export
branch
4 times, most recently
from
September 8, 2026 14:02
28ccb37 to
f14da80
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 8, 2026 14:26
7a1ddea to
a0176c9
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th-otlp-export
branch
from
September 8, 2026 14:26
f14da80 to
d11bd62
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 10, 2026 09:02
3c81345 to
629892d
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th-otlp-export
branch
from
September 10, 2026 09:02
d11bd62 to
cdea4e5
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
2 times, most recently
from
September 11, 2026 13:40
eb4c156 to
7716a38
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th-otlp-export
branch
from
September 11, 2026 13:47
cdea4e5 to
8fd1fce
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 11, 2026 14:14
7716a38 to
3a2ad40
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 11, 2026 14:25
3a2ad40 to
7772c8c
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th-otlp-export
branch
from
September 11, 2026 15:18
8fd1fce to
80b5a9a
Compare
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 14, 2026 09:14
7772c8c to
cd47a1a
Compare
MilanGarnier
removed this pull request from stack #12406
September 14, 2026 13:01
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 14, 2026 16:16
cd47a1a to
e9d42f7
Compare
MilanGarnier
added this pull request to stack #12487
September 14, 2026 16:17
MilanGarnier
force-pushed
the
milan.garnier/ot.th
branch
from
September 15, 2026 09:46
34ef4a2 to
d324e16
Compare
MilanGarnier
removed this pull request from stack #12487
September 15, 2026 09:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Does This Do
Exports the full existing W3C tracestate through OTLP. When no full W3C tracestate exists, the JSON and protobuf exporters reuse a cached
ot=member for every local span in the trace chunk.Motivation
Preserves the existing OTLP tracestate contract while exporting locally generated OpenTelemetry sampling state without per-span
ot=allocation.Additional Notes
Validated with focused OTLP JSON/protobuf tests and
:dd-trace-core:spotlessCheck.Contributor Checklist
Jira ticket: APMAPI-2172