Service twin: telemetry reports (stacked on the DTaaS conversion) - #14
Open
andre-merzky wants to merge 1 commit into
Open
Service twin: telemetry reports (stacked on the DTaaS conversion)#14andre-merzky wants to merge 1 commit into
andre-merzky wants to merge 1 commit into
Conversation
andre-merzky
force-pushed
the
feature/dtaas-twin-telemetry
branch
4 times, most recently
from
September 3, 2026 15:05
1dcd9ae to
992d28e
Compare
Nothing to enable: the rhapsody plugin on the endpoint already records every task plus a resource poll (the [telemetry] extra) into telemetry-output/session.*.telemetry.jsonl. collect_reports.py points twin.py's existing report generators at those files -- waterfall, dependency wait, stage timers, swimlane, concurrency/resources, and the gantt render unmodified (verified against the service run's 8292 events). Known gap, documented: per-workflow gantt grouping needs asyncflow.workflow_id, which only workflow_scope() stamps -- an engine-side telemetry feature for the DT service, tracked in digital.twins. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Npyz3Hbnwos12ESsdJ2YU
andre-merzky
force-pushed
the
feature/dtaas-twin-telemetry
branch
from
September 4, 2026 09:00
992d28e to
a3f1e44
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.
Stacked on the DTaaS conversion PR. The finding that shaped this branch: in service mode there is nothing to enable — the rhapsody plugin on the endpoint already records every task and a resource poll (the
[telemetry]extra) intotelemetry-output/session.*.telemetry.jsonl. What was missing was only collection and wiring.service/collect_reports.pypoints twin.py's existing report generators at those files: waterfall, dependency wait, stage timers, swimlane, concurrency/resources, and the gantt all render unmodified (verified against the service run's 8292-event session). README documents the flow and the remote-endpoint scp step.One honest gap, documented rather than hacked: the gantt's per-workflow grouping needs
asyncflow.workflow_id, which onlyworkflow_scope()stamps — the service engine runs none. That is an engine-side telemetry feature for the DT service, filed as a digital.twins issue.🤖 Generated with Claude Code
https://claude.ai/code/session_016Npyz3Hbnwos12ESsdJ2YU