You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While auto-injection isn't supported (see Limitations ), the HTTP Request Context Injection approach requires users to be aware of what header entries need to be added.
Depending on the propagators configured, the list of header entries could vary. This need for explicit entries needs to be avoided.
We could provide a dataweave module function ,eg otel.getHttpHeaders() which returns HTTP default headers compatible map, that users could add in default headers -
Hi @zedwards14276, I assume this is a warning in the Anypoint Studio only. You can safely ignore that since that variable is inserted by the module at runtime.
While auto-injection isn't supported (see Limitations ), the HTTP Request Context Injection
approach requires users to be aware of what header entries need to be added.
Depending on the propagators configured, the list of header entries could vary. This need for explicit entries needs to be avoided.
We could provide a dataweave module function ,eg
otel.getHttpHeaders()
which returns HTTP default headers compatible map, that users could add in default headers -The text was updated successfully, but these errors were encountered: