palantir / palantir/tracing-java
Create new span when wrapping executor tasks
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 28
- Forks
- 20
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 15
Description
When running a task in a wrapped executor, a new span should be created for the task. This will allow tracing information to clearly indicate when the task started and finished running in the executor.
See https://github.com/palantir/tracing-java/pull/59#issuecomment-461086792.
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 by locating the wrapped executor implementation and the existing span-creation path, then review the linked pull request discussion for context. Done means each task submitted through a wrapped executor creates a span that clearly covers the task's start and finish.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100