Skip to content

feat(instrumentation-undici): support "QUERY" as a known HTTP method#3374

Open
trentm wants to merge 1 commit intoopen-telemetry:mainfrom
trentm:trentm-http-QUERY-method
Open

feat(instrumentation-undici): support "QUERY" as a known HTTP method#3374
trentm wants to merge 1 commit intoopen-telemetry:mainfrom
trentm:trentm-http-QUERY-method

Conversation

@trentm
Copy link
Contributor

@trentm trentm commented Feb 6, 2026

QUERY is (or soon will be, I'm not sure what is "authoritative" here) an
accepted HTTP request method. See https://datatracker.ietf.org/doc/draft-ietf-httpbis-safe-method-w-body/

FWIW, "QUERY" was added to the set of values for the
http.request.method enum in semconv v1.38.0.

Refs: open-telemetry/semantic-conventions#2642
Refs: open-telemetry/opentelemetry-js#6160 (same change for instrs in core repo)


This is a follow-up of the same change made to instr-http et al in the core repo in November.

QUERY is (or soon will be, I'm not sure what is "authoritative" here) an
accepted HTTP request method. See https://datatracker.ietf.org/doc/draft-ietf-httpbis-safe-method-w-body/

FWIW, "QUERY" was added to the set of values for the
`http.request.method` enum in semconv v1.38.0 recently.

Refs: open-telemetry/semantic-conventions#2642
Refs: open-telemetry/opentelemetry-js#6160 (same change for instrs in core repo)
@trentm trentm self-assigned this Feb 6, 2026
@trentm trentm requested a review from a team as a code owner February 6, 2026 19:26
@github-actions github-actions bot requested a review from david-luna February 6, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants