feat: token counts, TTFT, ITL, worker IDs on span - #7816
Closed
nnshah1 wants to merge 1 commit into
Closed
Conversation
4 tasks
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 16:41
2564a0d to
26a7f55
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 16:41
2f3ed0a to
fca4c36
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 16:48
26a7f55 to
9c449c6
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 16:48
fca4c36 to
62a203a
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 17:09
9c449c6 to
5a81d75
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 17:09
62a203a to
6f37eb1
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 17:17
5a81d75 to
613f3bd
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 17:17
6f37eb1 to
2eef2a8
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 17:20
613f3bd to
ea87d0a
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 17:20
2eef2a8 to
1b49ccf
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 17:26
1b49ccf to
40374d3
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 17:26
ea87d0a to
26e51f1
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 17:35
26e51f1 to
de44836
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 17:35
40374d3 to
a9ddded
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 19:12
de44836 to
c5695ff
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 19:12
a9ddded to
5c3d4f7
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 19:50
c5695ff to
f8b283d
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 19:50
5c3d4f7 to
d6edb5c
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
2 times, most recently
from
April 2, 2026 20:17
215ab79 to
fb3a884
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 20:17
d6edb5c to
6d3769b
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 20:36
fb3a884 to
5657e03
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 20:36
6d3769b to
402c4bc
Compare
Record input_tokens, output_tokens, ttft_ms, avg_itl_ms, prefill_worker_id, decode_worker_id on the enclosing tracing span via ResponseMetricCollector::Drop so they appear in JSONL logs alongside request lifecycle events. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr3-metrics-capture
branch
from
April 2, 2026 20:59
402c4bc to
d5757c1
Compare
nnshah1
force-pushed
the
nnshah1/DIS-1643-pr2-lifecycle-logging
branch
from
April 2, 2026 20:59
5657e03 to
92676d5
Compare
Contributor
Author
|
Superseded by combined PR #7840 |
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.
Summary
input_tokens,output_tokens,ttft_ms,avg_itl_ms,prefill_worker_id,decode_worker_idon the enclosing tracing span viaResponseMetricCollector::Dropmetrics.rsTest plan
cargo check --workspacepassesPart 3 of 4 for DIS-1643: Consistent Error Tracing
Depends on #7815
🤖 Generated with Claude Code