microsoftgraph / microsoftgraph/msgraph-sdk-python

Telemetry handler experience

Open
#169 1 comment 0 reactions 0 assignees View on GitHub

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

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.