docs(design): asap edge precompute framework — host adapters + phased extraction - #213
Merged
Merged
Conversation
Contributor
Author
Update — sketch-core retirement (per review)Pushed
The split is accidental. The framework should treat Doc updates:
Phase 0.5 is small in scope (~3 small PRs, mostly mechanical) but unblocks the bigger Phase 2 work. |
… extraction Forward-looking design doc proposing the framework refactor that decouples ASAP's edge runtime from being a fork of the OTel Collector. Covers the five-layer architecture (sketch algorithms, wire format, operator runtime, host adapters, control plane), concrete host adapter sketches for OTel / Telegraf / Vector / OTAP Dataflow, and a phased migration plan that keeps the b3-delta e2e green at every step. Reflects the sketch-core retirement (now done in asap_sketchlib#36), ImplMode dispatch removal (single Sketchlib backend), and Arroyo deprecation as a host-adapter target. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
zzylol
force-pushed
the
docs/design-asap-edge-framework
branch
from
May 1, 2026 20:42
140c737 to
f58b6b3
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.
Summary
Drafts the framework refactor that decouples ASAP's edge runtime from being a fork of the OTel Collector. Forward-looking design doc; no code changes.
The doc lives at `docs/design-asap-edge-framework.md` and addresses the question that came up in conversation: can ASAPCollector be applied to other edge data planes (Telegraf, Vector, OTAP Dataflow), and if so, can we make the project a framework instead of a collector mod?
What's in it
Decision required to proceed
The doc is gating the host-adapter work. The five "decision-required" checkboxes at the end need answers before Phase 1 starts.
Test plan
🤖 Generated with Claude Code