[Feature] Support OpenTelemetry Baggage Propagation

Open
#1,844 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
50/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python
Domain
backend

Research direction

Start by tracing how the Python worker receives host data and passes context to customer code. Read the OpenTelemetry Baggage description and inspect the v1.13.0 protobuf definition linked in the issue. Done means Baggage sent by the host is handled by the worker and propagated to the customer.

Written by the indexing model from the issue text.

Description

area:python-functions

OpenTelemetry Baggage propagation support has been added to the host (https://github.com/Azure/azure-functions-host/pull/11598). Here is the protobuf version that supports Baggage.

The python worker should be able to handle Baggage sent from the host and propagate it to the customer.

Dominant language
Python
Stars
357
Forks
116
Avg merge
32m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/azure-functions-python-worker

All issues in Azure/azure-functions-python-worker

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.