Azure / Azure/azure-functions-java-worker
[Feature] Support for reverse propagation of request telemetry tags
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 103
- Forks
- 74
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 2
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 java worker to support this flow for java customers. The field added in v1.12.0 of the protobuf can be used to send tags back to the host from the worker.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the host change in Azure Functions issue 11397 and the field introduced in the v1.12.0 protobuf release, then trace request telemetry handling in the Java worker. Done means the worker supports the reverse propagation flow by sending telemetry tags back to the host for Java customers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100