Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f59225d
add http request body content
SylvainJuge Mar 9, 2026
f3414ad
add changelog
SylvainJuge Mar 9, 2026
b2b3712
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge Mar 9, 2026
2e6d1ba
update to cover request+response client+server
SylvainJuge Mar 13, 2026
bb74689
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge Mar 13, 2026
d9480af
update markdown
SylvainJuge Mar 13, 2026
050b639
use note to fix markdown table length
SylvainJuge Mar 13, 2026
c5e0d54
update registry
SylvainJuge Mar 13, 2026
0ddac78
Apply suggestions from code review
SylvainJuge Mar 30, 2026
c425f8b
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge Apr 17, 2026
56bacd9
update markdown
SylvainJuge Apr 21, 2026
96ae701
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge May 6, 2026
845e305
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge May 25, 2026
b840946
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge Jun 4, 2026
e21fdfe
modify http body limit
SylvainJuge Jun 4, 2026
4fe735c
add mention of brittle HTTP body capture
SylvainJuge Jun 4, 2026
504e42e
re-generate content & fix formatting
SylvainJuge Jun 4, 2026
7130a7f
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge Jun 23, 2026
a39747c
simplify max captured body size
SylvainJuge Jun 23, 2026
5f12bf5
Apply suggestion from @lmolkova
SylvainJuge Jul 2, 2026
332ffef
post-review changes
SylvainJuge Jul 2, 2026
93e0f5d
fix yamllint
SylvainJuge Jul 2, 2026
ec37ec1
try to fix things
SylvainJuge Jul 2, 2026
5948a1f
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge Jul 6, 2026
d5cdcda
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
SylvainJuge Jul 10, 2026
7d5fedf
remove few paragraphs
SylvainJuge Jul 10, 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
22 changes: 22 additions & 0 deletions .chloggen/http-request-response-body.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Use this changelog template to create an entry for release notes.
#
# If your change doesn't affect end users you should instead start
# your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'enhancement'

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: 'http'

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "add `http.request.body.content` and `http.response.body.content` to capture http request and response body"

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
issues: [ 857 ]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Loading
Loading