Skip to content

[DOCS-13292] Clarify default HTTP header collection in APM#34441

Open
domalessi wants to merge 3 commits intomasterfrom
domalessi/docs-13292-fix-http-headers-default-collection
Open

[DOCS-13292] Clarify default HTTP header collection in APM#34441
domalessi wants to merge 3 commits intomasterfrom
domalessi/docs-13292-fix-http-headers-default-collection

Conversation

@domalessi
Copy link
Contributor

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:

  • Clarifies that the Host header is always collected as http.request.headers.host by default
  • Clarifies that the User-Agent header is collected by default as http.useragent

Previously, 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:

  • Ready for merge

Additional notes

Based on engineering feedback from APMS-18505 escalation. The User-Agent header is stored in http.useragent tag (not http.request.headers.*) for historical reasons.

🤖 Generated with Claude Code

domalessi and others added 2 commits February 6, 2026 12:42
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>
@domalessi domalessi requested a review from a team as a code owner February 6, 2026 17:55
@github-actions github-actions bot added the Guide Content impacting a guide label Feb 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Preview links (active after the build_preview check completes)

Modified Files

@janine-c
Copy link
Contributor

janine-c commented Feb 6, 2026

Seems to include changes that should be in #34440 instead?

@domalessi
Copy link
Contributor Author

Seems to include changes that should be in #34440 instead?

Yes, you are right. Apologies! I just merged that other PR so then when I update this with master, only the diff should remain.

@github-actions github-actions bot removed the Guide Content impacting a guide label Feb 6, 2026
@domalessi domalessi added the Do Not Merge Just do not merge this PR :) label Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Do Not Merge Just do not merge this PR :)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants