-
We use zipkin-js to observe our Hapi server and its dependencies and we noticed that when we get multiple concurrent calls, some of the spans are getting assigned to the wrong traces.
We were worki…
-
We are rotating our Splunk token on a regular schedule per infosec recommendation. So the app is pulling the token from Firebase remote config. The issue is that right now we need to delay Splunk SDK …
-
Hi, you are in a group of individuals who have create or commented on issues in the Jaeger repository and we are doing a simple informal survey about Jaeger usage. If you could answer the following qu…
-
**Describe the bug**
enable_target_info: true does not generate traces_target_info metrics
**To Reproduce**
Steps to reproduce the behavior:
1. Start Tempo (SHA or version)
2. Set enable_target…
-
Enforce the use of https://github.com/uber-go/goleak across the repo:
* [x] a linter similar to scripts/check-test-files.sh that verifies that all packages with tests have goleak in TestMain
* fir…
-
HTTP client response instrumentation in Java agent captures the body after the span has been finished. This instrumentation instruments input stream and the body is usually read after the client reque…
-
**Issue by [yurishkuro](https://github.com/yurishkuro)**
_Friday Jan 15, 2016 at 15:43 GMT_
_Originally opened as https://github.com/opentracing/opentracing.io/issues/22_
----
A use case we're work…
-
This is a story about traces that relate to eachother. There are a number of scenarios, mostly messaging or scheduling in nature, where the next task is loosely related to its predecessor.
Here are s…
-
EDIT: decided below to re-focus this issue on the sequencing of sibling spans. Original title was "Provide example of reporting "middleware" hops"
Suppose we have an RPC call from Service A to Servic…
-
We have six micro services(4 in pipieline and 2 plugins) involved for a usage record to be processed. In order to trace a request's lifetime in the pipeline we need to enable distributed tracing in ou…