From 175f27659769a4772d2f653a4498b15d1539e9ab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:30:24 +0000 Subject: [PATCH 1/3] Initial plan From 2ee7ab08670e93ac4d0acf77f58d9b0ceafcaff6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:32:05 +0000 Subject: [PATCH 2/3] docs: add internal/tracing/ and OpenTelemetry to CONTRIBUTING.md Agent-Logs-Url: https://github.com/github/gh-aw-mcpg/sessions/53e9e514-055a-4d8f-aea1-405c1f177fa3 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b87b08de..2e91435c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -265,6 +265,7 @@ awmg/ ├── sys/ # System utilities ├── testutil/ # Test utilities and helpers ├── timeutil/ # Time formatting utilities + ├── tracing/ # OpenTelemetry OTLP tracing helpers ├── tty/ # Terminal detection utilities └── version/ # Version management ``` @@ -290,6 +291,7 @@ awmg/ - **`internal/sys/`** - System utilities - **`internal/testutil/`** - Test utilities and helpers - **`internal/timeutil/`** - Time formatting utilities +- **`internal/tracing/`** - OpenTelemetry OTLP trace export helpers (HTTP handler wrapping, provider management) - **`internal/tty/`** - Terminal detection utilities - **`internal/version/`** - Version management @@ -424,6 +426,7 @@ The project uses: - `github.com/santhosh-tekuri/jsonschema/v5` - JSON schema validation - `github.com/stretchr/testify` - Test assertions - `github.com/tetratelabs/wazero` - WASM runtime for executing WASM-based security guards +- `go.opentelemetry.io/otel` - OpenTelemetry distributed tracing (OTLP export, span/trace management) - `golang.org/x/term` - Terminal detection - Standard library for JSON, HTTP, exec From 9606dc3e8ba21ccf909e477d043e99832076c6df Mon Sep 17 00:00:00 2001 From: Landon Cox Date: Mon, 6 Apr 2026 08:50:53 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e91435c..ea32dc77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -426,7 +426,7 @@ The project uses: - `github.com/santhosh-tekuri/jsonschema/v5` - JSON schema validation - `github.com/stretchr/testify` - Test assertions - `github.com/tetratelabs/wazero` - WASM runtime for executing WASM-based security guards -- `go.opentelemetry.io/otel` - OpenTelemetry distributed tracing (OTLP export, span/trace management) +- `go.opentelemetry.io/otel` - OpenTelemetry tracing API and span/trace management - `golang.org/x/term` - Terminal detection - Standard library for JSON, HTTP, exec