Conversation
psteinroe
added this pull request to stack #25
September 15, 2026 03:35
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 03:38
0d64411 to
bf4729a
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 03:43
bf4729a to
bcb1530
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 03:52
bcb1530 to
f187ded
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 03:54
f187ded to
1a61269
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:00
1a61269 to
c057c85
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:07
c057c85 to
cc04dcc
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:11
cc04dcc to
d8d5b35
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:16
d8d5b35 to
7abba36
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:22
7abba36 to
b3c45b6
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:24
b3c45b6 to
44d58b9
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:36
44d58b9 to
be49308
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:46
be49308 to
3e457ef
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:50
3e457ef to
5548ee4
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 04:52
5548ee4 to
33f9267
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 05:02
33f9267 to
3989fd8
Compare
psteinroe
removed this pull request from stack #25
September 15, 2026 11:41
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 13:19
bd0883f to
6adca01
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 13:26
6adca01 to
ad50a87
Compare
psteinroe
added this pull request to stack #27
September 15, 2026 13:27
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 13:41
ad50a87 to
26a5347
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 13:43
26a5347 to
29a609f
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 13:47
29a609f to
c86a57f
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 13:49
c86a57f to
9c020f3
Compare
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 14:00
9c020f3 to
6f4efbe
Compare
test(telemetry): tolerate durable wait cycles
psteinroe
force-pushed
the
feat/otel-integrations
branch
from
September 15, 2026 14:06
6f4efbe to
b23f762
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.
Complete first-class OpenTelemetry coverage across custom events, event waits, child invocation, cron scheduling, dead-letter delivery, retries, cancellation, and committed settlement outcomes. Durable resumes keep their original parent and link causal event contexts; child and DLQ sends carry independent producer contexts through the transaction that creates them.
Add current messaging counters and duration histograms plus bounded committed lifecycle metrics. Internal maintenance remains silent, payloads and high-cardinality identifiers are excluded from metrics, and telemetry opt-out covers spans, metrics, and persisted carriers.
Includes application-owned NodeSDK documentation, convention/version notes, feature topology tests, metric exporter tests, and real Postgres regressions for wait and cascaded DLQ propagation.
Stacked on #23.
Closes #7