-
Notifications
You must be signed in to change notification settings - Fork 320
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
Allow setting user_agent #3317
Comments
Hi @kelunik, In general we are not planning on extending the public API further, because we want to go with the OpenTelemetry-API as preferred option. We of course will continue to support the public API. However, our OpenTelemetry API bridge also does not support overriding the built-in fields yet. This is something we eventually want to support, but it is not yet on our near term road map. The
I can suggest you to try the following workaround for now:
We also would be willing to accept a PR for adding a |
That's good to know. Currently we have
This sounds like a few too many custom steps IMO, so I'd prefer to work on a PR. It should probably be |
Yes, if you look at the extracted headers it just extracts the strings as they are
I think setting the header is right rather than appending. Since this would be for customized values, it should be entirely defined by the passed value |
Is your feature request related to a problem?
user_agent
is a standard transaction field, but I can't set it via the public API: https://www.elastic.co/guide/en/apm/server/current/exported-fields-apm-transaction.html#_user_agent_4Describe the solution you'd like
Describe alternatives you've considered
I'm not aware of any alternatives right now, except for #433, but that's still open, too.
The text was updated successfully, but these errors were encountered: