microsoftgraph / microsoftgraph/msgraph-sdk-python
Telemetry handler experience
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 630
- Forks
- 96
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
2 things to address:
- The telemetry handler would only set the client request Id if not already present, allowing people to set it manually if they need some kind of end-to-end tracing.
- The telemetry handler should start a span and attach the client request id as a tag.
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
Start by locating the telemetry handler and the code that assigns the client request ID. Review how spans and tags are represented in the SDK, then verify that an existing request ID is preserved and that a span carries it as a tag. The issue does not name files or tests, so the relevant entry points and validation approach must first be identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100