Conversation
psteinroe
added this pull request to stack #25
September 15, 2026 03:35
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 03:38
712c936 to
0fb1785
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 03:43
0fb1785 to
974e32d
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 03:52
974e32d to
72091cc
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 03:54
72091cc to
54e8e50
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:00
54e8e50 to
5843c85
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:07
3442a62 to
bc3a0ca
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:11
bc3a0ca to
700801a
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:16
700801a to
37e4cac
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:22
37e4cac to
7d06c45
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:24
7d06c45 to
55bea8c
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:36
55bea8c to
cca3018
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
2 times, most recently
from
September 15, 2026 04:50
9c75d56 to
5f96a43
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 04:52
5f96a43 to
3758524
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 05:02
3758524 to
0e35ed5
Compare
psteinroe
removed this pull request from stack #25
September 15, 2026 11:41
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 13:19
0e35ed5 to
86f9d2f
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 13:26
86f9d2f to
a3a1f3d
Compare
psteinroe
added this pull request to stack #27
September 15, 2026 13:27
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 13:41
a3a1f3d to
e4489bc
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 13:43
e4489bc to
5b3db8c
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 13:47
5b3db8c to
b19bbf3
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 13:49
b19bbf3 to
6e2f0e3
Compare
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 14:00
6e2f0e3 to
0945dab
Compare
fix(telemetry): persist debounce trace context
psteinroe
force-pushed
the
feat/otel-core
branch
from
September 15, 2026 14:06
0945dab to
48c226b
Compare
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.
Add direct OpenTelemetry API instrumentation at durable runtime boundaries without prototype patching or a generic observability adapter. Global OTel registration is zero-config,
telemetry: falseopts out, and pgconductor never owns SDK/exporter lifecycle.This core slice persists bounded W3C execution context and instruments committed invoke sends, finite handler attempts, settlement transactions, batch links, and uncached durable steps using current messaging semantic conventions. Telemetry is fail-open and the API remains an external peer dependency.
Stacked on #22. The next PR adds event/cron/child/DLQ propagation and metrics.
Refs #7