palantir / palantir/conjure-java-runtime-api
support X-B3-Flags header for trace debug/sampling propagation
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6
- Forks
- 33
- Avg merge
- 15h 50m
- Merged PRs (30d)
- 12
Description
https://github.com/openzipkin/b3-propagation#debug-flag-1
- we should always trace if the debug flag is set
- we should track whether a trace is in debug mode separately from sampling + propagate debug header
Contributor guide
No contributing guide indexed for this repository
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 with the linked B3 propagation debug-flag specification, then locate the repository’s existing B3 header propagation entry point. Confirm how sampling and debug state are currently represented, and define completion as honoring X-B3-Flags for tracing, retaining debug state separately, and propagating the debug header.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100