Skip to content

feat: observe the dispatch showcase with telemetry and an end-to-end capstone#98

Merged
joshua-temple merged 1 commit into
mainfrom
feat/dispatch-capstone
May 31, 2026
Merged

feat: observe the dispatch showcase with telemetry and an end-to-end capstone#98
joshua-temple merged 1 commit into
mainfrom
feat/dispatch-capstone

Conversation

@joshua-temple
Copy link
Copy Markdown
Collaborator

Closes out the dispatch showcase with observability and an end-to-end capstone.

The order saga can now be observed through the vendor-neutral telemetry seam: the host opens a span and increments a counter per transition, tagged with the from/to stage, demonstrated against the slog adapter writing to a buffer. A single capstone test runs the same order machine through the whole story in sequence — proven (verify + symbolic), durable (crash + recovery), distributed (supervised fulfillment actors over gRPC), polyglot (CEL/WASM guard equivalence), and observed — asserting each stage's headline result.

Adds the module README front page, a [0.1.0] changelog, the finalized package doc, and a benchmark. With this, examples/dispatch exercises the kernel, durable, cluster, transport, expr, wasm, verify/symbolic, and telemetry together in one coherent food-delivery story.

…capstone

Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
@joshua-temple joshua-temple merged commit 2e0ad8e into main May 31, 2026
10 checks passed
@joshua-temple joshua-temple deleted the feat/dispatch-capstone branch May 31, 2026 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant