docs: add telemetry collection plan and ADR 0020#34
Open
bcanfield wants to merge 4 commits into
Open
Conversation
Local-by-default telemetry with explicit opt-in donation. Captures what data is worth collecting (product signals + content like 'debt of the week') and how, without breaking the zero-telemetry privacy promise. https://claude.ai/code/session_018muskThrVxERUvrs578uK3
Add latency_ms (parallel-batch wall-clock) and timeout (commands that hit the 3s ceiling) to the feedback metric event, and surface them in the metrics skill. Measures the hook-latency-creep anti-pattern, which had no data. Zero-network, local-only — no privacy change. Propagated across all adapters per ADR 0014. https://claude.ai/code/session_018muskThrVxERUvrs578uK3
Add adapter (per-adapter constant) and languages (ecosystems by manifest presence) to the session event — cross-repo join keys for analysis like 'what debt does AI create in rust vs node'. Document them in the metrics skill as dimensions, not local tripwires. Zero-network. All adapters per ADR 0014. https://claude.ai/code/session_018muskThrVxERUvrs578uK3
Stamp first-session, first-edit, first-register as all-time marker files (not windowed metric events) so /debt-ops:metrics can report time-to-value and time-to-first-debt even after the install scrolls out of the 7-day window. Skill reads the markers and reports the funnel. Zero-network. All adapters per ADR 0014. https://claude.ai/code/session_018muskThrVxERUvrs578uK3
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.
Local-by-default telemetry with explicit opt-in donation. Captures what
data is worth collecting (product signals + content like 'debt of the
week') and how, without breaking the zero-telemetry privacy promise.
https://claude.ai/code/session_018muskThrVxERUvrs578uK3