[docs] Update documentation for features from 2026-05-07#30816
Merged
Conversation
…forwarding Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
May 7, 2026
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.
Documentation Updates - 2026-05-07
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
COPILOT_OTEL_FILE_EXPORTER_PATHenv var (from feat: enhance OTLP telemetry #30800)observability.otlp.endpoint(object and array forms)copilot-otel.jsonlartifact fileagentartifact, notfirewall-audit-logs)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/frontmatter.mdto:observability.otlp.endpoint(string, object, array)OTEL_EXPORTER_OTLP_ENDPOINT,OTEL_EXPORTER_OTLP_HEADERS,OTEL_SERVICE_NAME,GH_AW_OTLP_ENDPOINTS, and the newCOPILOT_OTEL_FILE_EXPORTER_PATHendpointtypedocs/src/content/docs/guides/custom-otlp-attributes.mdto:--artifacts firewallto--artifacts agentcopilot-otel.jsonlalongsideotel.jsonlin the debugging sectiondocs/src/content/docs/reference/artifacts.mdto:otel.jsonlandcopilot-otel.jsonlto the agent artifact contents (present when OTLP is configured)Merged PRs Referenced
Skipped Issues
No open documentation issues found (GitHub CLI commands were unavailable in this run).
Notes
The
COPILOT_OTEL_FILE_EXPORTER_PATHenv var tells Copilot CLI where to write its own OTLP spans. When set, Copilot CLI writes traces to/tmp/gh-aw/copilot-otel.jsonl, and gh-aw's conclusion step automatically reads and forwards those traces to all configured OTLP endpoints.