Inject and extract custom field (key,value) to/from the Propagators #9958
Unanswered
itsmaneesh
asked this question in
Q&A
Replies: 1 comment 5 replies
-
yes, the Baggage API (and the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have use case to set a custom field to the Propagators so that this field (into a baggage) would get propagated across services that are already auto-instrumented.
For e.g.: If the request flows through services S1 -> S2 -> S3 -> S4, I would like to set a custom field at the S1 service and the following services can use this field to perform a custom logic such log level update, custom validation... etc.
Can you give me the references (with example usage) to implement this feature? Would it be possible to utilize the Baggage API or by some other means?
Beta Was this translation helpful? Give feedback.
All reactions