microsoft.opentelemetry.a365.hosting.scope_helpers.populate_baggage module
- microsoft.opentelemetry.a365.hosting.scope_helpers.populate_baggage.populate(builder, turn_context)[source]
Populate BaggageBuilder with baggage values extracted from a turn context.
- Parameters:
builder (BaggageBuilder) – The BaggageBuilder instance to populate
turn_context (TurnContext) – The TurnContext containing activity information
- Return type:
BaggageBuilder
- Returns:
The updated BaggageBuilder instance (for method chaining)