chore(storage): add joinable chunk GET telemetry - #206
Merged
Conversation
jacderida
approved these changes
Aug 14, 2026
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.
Linear issue
https://linear.app/autonominetwork/issue/V2-995/add-joinable-chunk-get-timing-telemetry-for-v2-903
Risk tier
This is an output-only observability change. It does not alter node decisions, message encoding, stored data, routing, or network bytes. A human reviewer should confirm the proposed tier.
Compatibility
ChunkMessage.request_idand response encoding are unchanged.Semver impact
Test evidence
cargo fmt --all -- --check— passed.cargo clippy --all-targets --all-features -- -D warnings— passed.cargo test storage::handler --no-fail-fast— passed: 19 tests.cargo test --all-features --no-fail-fast— all 925 library tests passed. Two unrelated targets failed: one E2E node transport setup failure passed its exact rerun;enforced_floor_rejects_cheapest_of_k_real_settlementalso fails at unchanged based688747with the same assertion.send_error, and the 64-permit semaphore/task arrangement is pre-existing.New dependency
None.
ADR
n/a — proposed T0 output-only observability change; no architecture, protocol, storage, or behavioural decision.
Mitigation / rollback
Revert this PR; the telemetry is process-local and has no persisted or wire state to unwind.