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
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
With the current implementation of LoggingBaggageContextCarrier there is no guarantee that the Logger it holds includes the baggage in it's metadata. It is down to the library author to ensure this is the case.
If I accept a LoggingBaggageContextCarrier as a parameter to an interface function I cannot guarantee when I ask for the logger I will get a logger with metadata augmented with the baggage. Maybe it would be better to make it clearer and add a loggerWithBaggage variable as an extension instead of assuming the baggage will be added to the Logger metadata.