Add known_methods property to .instrumentation.general.http.(client|server)#527
Open
trask wants to merge 1 commit intoopen-telemetry:mainfrom
Open
Add known_methods property to .instrumentation.general.http.(client|server)#527trask wants to merge 1 commit intoopen-telemetry:mainfrom
known_methods property to .instrumentation.general.http.(client|server)#527trask wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
jack-berg
reviewed
Feb 5, 2026
| propertyOverrides: [] | ||
| propertyOverrides: | ||
| - property: known_methods | ||
| status: not_implemented |
Member
There was a problem hiding this comment.
Not related to this PR per say, but its a bit odd for language implementations to report the status of entries in the .instrumentation/development block. The reality is that whether a particular property is implemented is very contextual, depending on what / if an auto instrumentation solution is used and the instrumentation in question.
I should probably update the language status tooling to skip types nested under .instrumentation/development.
jack-berg
reviewed
Feb 5, 2026
| "items": { | ||
| "type": "string" | ||
| }, | ||
| "description": "Override the default list of known HTTP methods.\nThis is a full override of the default known methods, not a list of known methods in addition to the defaults.\nIf omitted, HTTP methods GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH are known.\n" |
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.
Follow-up to open-telemetry/semantic-conventions#3394
Supersedes #244
cc @zeitlinger