Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d40df62
Initial plan
Copilot Apr 4, 2026
88889a9
feat: add OTLP trace export configuration to observability section (#…
Copilot Apr 4, 2026
233b74c
feat: add send_otlp_span.cjs and instrument action setup with job-nam…
Copilot Apr 4, 2026
c890c53
fix: address code review feedback on send_otlp_span.cjs and test file
Copilot Apr 4, 2026
ffd3965
feat: add trace-id input/output to actions/setup for cross-job span c…
Copilot Apr 4, 2026
6a3a6b9
fix: validate trace-id format, add isValidTraceId helper + tests
Copilot Apr 4, 2026
4a40521
fix: validate options.traceId, normalize uppercase input, reuse isVal…
Copilot Apr 4, 2026
965d5d7
feat: scope name gh-aw + version, retry/warn sendOTLPSpan, conclusion…
Copilot Apr 4, 2026
0b4b16e
feat: add OTEL_EXPORTER_OTLP_HEADERS support to observability.otlp co…
Copilot Apr 4, 2026
d3191e0
fix: decode before trim in parseOTLPHeaders, clarify eqIdx comment
Copilot Apr 4, 2026
073a79e
feat: propagate trace/span IDs via GITHUB_ENV for 1-trace-per-run, 1-…
Copilot Apr 4, 2026
4f094e4
fix: simplify traceId resolution logic, normalize spelling to America…
Copilot Apr 4, 2026
e3ae913
refactor: rename GH_AW_TRACE_ID/GH_AW_PARENT_SPAN_ID to GITHUB_AW_OTE…
Copilot Apr 4, 2026
a361f5c
feat: mirror every OTLP span to /tmp/gh-aw/otel.jsonl for artifact in…
Copilot Apr 4, 2026
1c1b54f
feat: configure smoke-copilot with OTLP secrets; fix raw frontmatter …
Copilot Apr 4, 2026
571fef3
fix: add comment to Engine any field; fix em dash in comment
Copilot Apr 4, 2026
27383e7
merge: merge origin/main and recompile all workflows
Copilot Apr 4, 2026
6617b55
refactor: move OTLP conclusion span to action post step
Copilot Apr 4, 2026
71d8baa
feat: add setup.sh OTLP span + clean.sh post-step for script mode
Copilot Apr 4, 2026
e34ad2f
refactor: extract OTLP setup/conclusion logic into .cjs files
Copilot Apr 4, 2026
9a2c2d7
feat: add logging to OTLP codepaths in .cjs and .sh files
Copilot Apr 4, 2026
310da37
feat: propagate OTLP trace ID through aw_context for composite actions
Copilot Apr 4, 2026
b9438c8
fix: skip OTLP setup span in setup.sh when called from index.js (acti…
Copilot Apr 4, 2026
5214d82
feat: wire activation trace ID through all downstream jobs for unifie…
Copilot Apr 4, 2026
be04457
fix: route all downstream job setup trace IDs through needs.activatio…
Copilot Apr 4, 2026
3ded896
fix: explicitly forward INPUT_TRACE_ID to action_setup_otlp.cjs in se…
Copilot Apr 4, 2026
f93cf7e
fix: always propagate trace-id in action_setup_otlp regardless of OTL…
Copilot Apr 4, 2026
a86b33b
fix: rename rawInputTraceId to inputTraceId, add fallback test
Copilot Apr 4, 2026
340235b
fix: add logging of INPUT_TRACE_ID in action_setup_otlp.cjs
Copilot Apr 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/agent-performance-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/agent-persona-explorer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/agentic-observability-kit.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/ai-moderator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/archie.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/artifacts-summary.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/audit-workflows.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/auto-triage-issues.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/blog-auditor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/bot-detection.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/brave.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/breaking-change-checker.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/changeset.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading