[DOCS-13292] Clarify default HTTP header collection in APM#34441
Open
[DOCS-13292] Clarify default HTTP header collection in APM#34441
Conversation
Updated the support portal link for US1-FED from http://help.ddog-gov.com/ to https://govsupport.ddog-gov.com/ in two locations on the access-your-support-ticket page. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update documentation to reflect that Host header (as http.request.headers.host) and User-Agent header (as http.useragent) are collected by default, not optionally configured. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Preview links (active after the
|
janine-c
approved these changes
Feb 6, 2026
Contributor
|
Seems to include changes that should be in #34440 instead? |
1 task
Contributor
Author
Yes, you are right. Apologies! I just merged that other PR so then when I update this with master, only the diff should remain. |
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.
What does this PR do? What is the motivation?
Fixes DOCS-13292
Updates the APM standard attributes documentation to accurately reflect default HTTP header collection behavior:
Hostheader is always collected ashttp.request.headers.hostby defaultUser-Agentheader is collected by default ashttp.useragentPreviously, the documentation incorrectly stated that "None are collected by default" for HTTP request headers. Engineering confirmed that both Host and User-Agent headers are collected by default in tracing libraries (confirmed for .NET, behavior in other libraries unconfirmed but expected to be consistent).
Merge instructions
Merge readiness:
Additional notes
Based on engineering feedback from APMS-18505 escalation. The
User-Agentheader is stored inhttp.useragenttag (nothttp.request.headers.*) for historical reasons.🤖 Generated with Claude Code