Azure / Azure/azure-functions-python-worker
[Feature] Support for reverse propagation of request telemetry tags
Open
- Dominant language
- Python
- Stars
- 357
- Forks
- 116
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
Support for reverse propagation of request telemetry tags was added to the host (https://github.com/Azure/azure-functions-host/issues/11397) and is available in the latest release.
Complementary functionality will need to be added to the python worker to support this flow for python customers. The field added in [v1.12.0 ](https://github.com/Azure/azure-functions-language-worker-protobuf/releases/tag/v1.12.0-protofile) of the protobuf can be used to send tags back to the host from the worker.
Contributor guide
Assessment
This issue has not been assessed yet.