Skip to content

Add otel to envd http client#1397

Merged
djeebus merged 1 commit into
mainfrom
trace-envd-init-requests
Oct 23, 2025
Merged

Add otel to envd http client#1397
djeebus merged 1 commit into
mainfrom
trace-envd-init-requests

Conversation

@djeebus
Copy link
Copy Markdown
Contributor

@djeebus djeebus commented Oct 22, 2025

Note

Wraps the sandbox HTTP client with otelhttp transport and promotes otelhttp to a direct dependency.

  • Sandbox runtime (packages/orchestrator/internal/sandbox/sandbox.go)
    • Configure httpClient to use otelhttp.NewTransport(http.DefaultTransport) for OpenTelemetry HTTP instrumentation.
  • Dependencies (packages/orchestrator/go.mod)
    • Add direct dependency go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 (moved from indirect).

Written by Cursor Bugbot for commit 2b019cc. This will update automatically on new commits. Configure here.

@djeebus djeebus added the improvement Improvement for current functionality label Oct 22, 2025
@djeebus djeebus merged commit 487eee5 into main Oct 23, 2025
28 checks passed
@djeebus djeebus deleted the trace-envd-init-requests branch October 23, 2025 00:55
ValentaTomas pushed a commit that referenced this pull request May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement for current functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants