-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Labels
Description
Area(s)
area:http
Is your change request related to a problem? Please describe.
See the original discussion in #675 (comment)
Describe the solution you'd like
Option 1:
http.route- change span name (
GET->GET user/{id}) - breaking - add to metrics (opt-in), but ideally recommended - breaking
- change span name (
Option 2:
url.template- client route would not match server one, so it should probably be recorded with a different attribute- change span name (
GET->GET user/{id}) - breaking - add to metrics (opt-in), but ideally recommended - breaking
- change span name (
Option 3:
http.client.operation.name- not necessarily a route, can be OpenAPI operation name- change span name (
GET->getUserById) - breaking - add to metrics (opt-in), but ideally recommended - breaking
- change span name (
Ideally we want to emit the attribute on metrics by default since it would improve HTTP client metrics significantly in a small amount of cases when route is available.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status