Skip to content

Consolidate http.query and url.query #311

@mjq

Description

@mjq

Our url.query (model) and http.query (model) conventions are functionally equivalent. Both contain the URL query string from an HTTP request. The main differences are:

  • url.query is defined in OTel
  • http.query contains a leading ?

Currently both are active conventions (neither are deprecated). Because url.query is defined in OTel, and I don't think the leading ? is useful, I'd like to standardize on url.query and deprecate http.query.

However, even if we agree to do so, http.query is used in Sentry for performance issue detection so we would need to fix that first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions