issues Search Results · repo:palantir/tracing-java language:Java
Filter by
19 results
(48 ms)19 results
inpalantir/tracing-java (press backspace or delete to remove)As a consumer of this library, I can initialize my own traces with Tracer.initTraceWithSpan(). In order to test whether
or not this was done with the expected observability, callers need the ability to ...
ash211
- 1
- Opened on Jan 24, 2024
- #1145
What happened?
resource leak
What did you want to happen?
Should not leak resources
carterkozak
- 1
- Opened on Feb 20, 2020
- #449
What happened?
the returned future may be cancelled but it has no impact on execution of the queued work.
What did you want to happen?
Cancellation should be respected
carterkozak
- 1
- Opened on Feb 20, 2020
- #448
What happened?
Currently traces are appended, resulting in invalid trace headers e.g 51a5a6fad8b26bcd,51a5a6fad8b26bcd
What did you want to happen?
Trace header should be replaced, to avoid multi-value ...
gatesn
- Opened on Nov 14, 2019
- #349
What happened?
I am using an interface generated by conjure-java retrofit generator which returns ListenableFuture. What I would like
to achieve is being able to parent all work being done to return the ...
robert3005
- 5
- Opened on Oct 15, 2019
- #316
What happened?
when add benchmark on span in https://github.com/palantir/tracing-java/pull/176 and run ./gradlew jmh
Task :tracing-benchmarks:compileJmhJava FAILED
warning: unknown enum constant ImplementationVisibility.PACKAGE ...
wenhoujx
- 7
- Opened on Jun 18, 2019
- #178
What happened?
We do a great deal of unnecessary string concatenation in span names which can be completely avoided for unsampled
traces:
https://github.com/palantir/tracing-java/blob/c63567eacecc677c63db0f146fcd2f34493f2ffa/tracing-jersey/src/main/java/com/palantir/tracing/jersey/TraceEnrichingFilter.java#L62 ...
enhancement
carterkozak
- 1
- Opened on Jun 14, 2019
- #177
What happened?
!-- Describe what you ve observed and why it s bad (please include whatever stacktraces/version numbers you can). Clear steps to reproduce the behaviour are always helpful too!
It is difficult ...
schlosna
- 1
- Opened on Jun 7, 2019
- #169
What happened?
Log lines inside a traced operation contain a traceId MDC key. Tracing output may be loaded by ID in our logging
pipeline, however most traceIds are not sampled, and as such may not be ...
enhancement
carterkozak
- 4
- Opened on Mar 25, 2019
- #103
Currently a throwing observer will block execution of the next, and the exception is propagated to the called. I would
expect an error to be logged, but execution to be otherwise unaffected.
bug
carterkozak
- Opened on Feb 7, 2019
- #66

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.