Skip to content

Emit OTEL for internal git and coding-agent commands#260

Merged
nicobistolfi merged 2 commits intomainfrom
vigilante/issue-255-emit-otel-events-for-coding-agent-and-internal-git-subprocess-invocations-using-proxy-style-sanitization
Mar 19, 2026
Merged

Emit OTEL for internal git and coding-agent commands#260
nicobistolfi merged 2 commits intomainfrom
vigilante/issue-255-emit-otel-events-for-coding-agent-and-internal-git-subprocess-invocations-using-proxy-style-sanitization

Conversation

@nicobistolfi
Copy link
Copy Markdown
Collaborator

Summary

  • emit OTEL log records for internal git and coding-agent subprocesses from the shared runner path
  • sanitize internal command names using proxy-style git shaping and bounded coding-agent verb whitelists
  • add regression tests for redaction, event metadata, and runner-layer filtering

Validation

  • go test ./internal/telemetry ./internal/environment
  • go test ./...

Closes #255

@nicobistolfi nicobistolfi force-pushed the vigilante/issue-255-emit-otel-events-for-coding-agent-and-internal-git-subprocess-invocations-using-proxy-style-sanitization branch from c5dd1d7 to d041542 Compare March 19, 2026 22:17
@nicobistolfi nicobistolfi merged commit f0608ba into main Mar 19, 2026
1 check passed
@nicobistolfi nicobistolfi deleted the vigilante/issue-255-emit-otel-events-for-coding-agent-and-internal-git-subprocess-invocations-using-proxy-style-sanitization branch March 19, 2026 22:19
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.

Emit OTEL events for coding-agent and internal git subprocess invocations using proxy-style sanitization

1 participant