feat: upgrade gh-aw-firewall to v0.25.13 and implement OTLP support#24601
Closed
feat: upgrade gh-aw-firewall to v0.25.13 and implement OTLP support#24601
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/7ba7162b-e93d-4d8c-bb0a-c5475214239f Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/7ba7162b-e93d-4d8c-bb0a-c5475214239f Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 4, 2026 22:38
View session
Copilot stopped work on behalf of
pelikhan due to an error
April 4, 2026 22:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes the OTLP trace export feature (implemented in PR #24441) and ensures compatibility with gh-aw-firewall v0.25.13.
Changes
Lock file recompile (2 files missed in #24441)
copilot-token-audit.lock.ymlandcopilot-token-optimizer.lock.ymlnow include the full OTLP trace ID cross-job correlation wiring:setup-trace-idoutput added to activation jobid: setupadded to Setup Scripts stepsjob-name: ${{ github.job }}input added to Setup Scriptstrace-id: ${{ needs.activation.outputs.setup-trace-id }}threading for all downstream jobsactivationadded todetectionandpush_repo_memoryneeds so they can receive the trace IDChangeset
.changeset/minor-add-otlp-support.mddescribing the OTLP feature for the next release notesBackground
The OTLP feature from PR #24441 adds
observability.otlpfrontmatter support:When configured, every job emits spans to the OTLP endpoint. A single trace ID is threaded across all jobs for end-to-end correlation. When a static URL is provided as the endpoint, its hostname is automatically allowlisted in the AWF firewall.
gh-aw-firewall v0.25.13 (the current default) is required as it includes the Squid domain-injection security fix (
fix: prevent Squid config injection via --allow-domains and --allow-urls) that ensures user-provided OTLP domain patterns are safely handled.Testing
make fmtandmake lintpass