-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalize the http.user_agent
attribute to user_agent.*
#3180
Comments
http.user_agent
attribute
http.user_agent
attributehttp.user_agent
attribute to user_agent.*
This probably makes sense longer term as browsers are freezing the user agent, so the basic meaning of http.user_agent will diminish over time. |
any thoughts if there's a better name than |
Since we're planning to rename |
http.user_agent
attribute to user_agent.*
http.user_agent
attribute to user_agent.*
(aligning with ECS)
I think we'll only rename |
I think this is a good change regardless of ECS alignment:
|
http.user_agent
attribute to user_agent.*
(aligning with ECS)http.user_agent
attribute to user_agent.*
Fixes #3180 ## Changes Renames `http.user_agent` to `user_agent.original`.
Fixes open-telemetry#3180 ## Changes Renames `http.user_agent` to `user_agent.original`.
What are you trying to achieve?
Generalize the
http.user_agent
attribute so it can be used by different semantic conventions.Related to: #3097 (comment)
Additional context.
ECS already hasuser_agent.*
namespace: https://www.elastic.co/guide/en/ecs/current/ecs-user_agent.htmlIf we want to follow ECS naming, we could renamehttp.user_agent
touser_agent.original
.UPDATE This proposal is being made independent of ECS alignment.
The text was updated successfully, but these errors were encountered: