Data stored in one context should be available in other contexts via up/down propagation.
This means that the data can also be used in spans & metrics of other contexts.
OpenTelemetry uses baggages to propagate data. However, these only support down propagation (AFAIK).
Propagation to other applications should be implemented later.
Data stored in one context should be available in other contexts via up/down propagation.
This means that the data can also be used in spans & metrics of other contexts.
OpenTelemetry uses baggages to propagate data. However, these only support down propagation (AFAIK).
Propagation to other applications should be implemented later.