Skip to content

Separate client and worker query telemetry#964

Draft
bill-ph wants to merge 2 commits into
mainfrom
codex/client-worker-query-telemetry
Draft

Separate client and worker query telemetry#964
bill-ph wants to merge 2 commits into
mainfrom
codex/client-worker-query-telemetry

Conversation

@bill-ph

@bill-ph bill-ph commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Split logical client-query lifecycle telemetry from physical worker-statement telemetry.
  • Add typed worker origins and stable operations, with safe COPY fallback metadata.
  • Scope analytics and durable query history to the logical client lifecycle.

Validation

  • just test-unit
  • just lint
  • git diff --check

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown

Test Impact Plan

Deterministic summary of how this PR changes tests, CI runners, and coverage-risk signals.

Summary

Area Added Changed Deleted
Test files 2 4 0
E2E/journey files 0 0 0
Workflow files 0 0 0

Signals

  • Test cases: +25 / -3
  • Assertions: +122 / -14
  • Skips or known failures added: 0
  • Workflow continue-on-error added: 0
  • Workflow path filters added: 0
  • Test commands removed from justfile: 0
  • E2E/journey retry lines added: 0

Coverage risk: neutral or increased

No coverage-reduction warnings detected.

Comment thread server/conn_results.go
}
c.logger().Debug("Sending error to client.", "severity", severity, "code", code, "message", message)
c.recordActiveClientQueryErrorResponse(code, telemetryMessage)
c.logger().Debug("Sending error to client.", "severity", severity, "code", code, "message", telemetryMessage)
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.

2 participants