Add named payload API, group builder, and group! macro#61
Merged
Conversation
2 tasks
Dig-Doug
force-pushed
the
groups-5-named-payloads-and-groups
branch
from
February 21, 2026 15:28
b45891e to
cf25f77
Compare
Dig-Doug
force-pushed
the
groups-4-transport
branch
2 times, most recently
from
February 21, 2026 22:51
e8b4404 to
6de0f6b
Compare
Client API additions for multi-part observations and groups: - ObservationPayloadHandle for adding payloads to existing observations - named_payload(), named_debug(), named_raw_payload() on ObservationBuilder - GroupBuilder, GroupHandle, SendGroup for observation hierarchies - group! macro for creating groups with source info - ExecutionHandle::placeholder() for error paths
Dig-Doug
force-pushed
the
groups-5-named-payloads-and-groups
branch
from
February 21, 2026 22:51
cf25f77 to
be250e8
Compare
5 tasks
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
ObservationPayloadHandlefor adding payloads to existing observationsnamed_payload(),named_debug(),named_raw_payload()onObservationBuilderGroupBuilder,GroupHandle,SendGroupfor observation hierarchiesgroup!macro for creating groups with source infoExecutionHandle::placeholder()for error pathsStack: PR 5/6 — named payload API + groups (builds on #60)
cargo checkon full workspace passes after this PR.Test plan
cargo checkfull workspace compiles🤖 Generated with Claude Code