distributed-tracing
Here are 270 public repositories matching this topic...
-
Updated
Nov 28, 2020 - Java
https://travis-ci.com/github/jaegertracing/jaeger/jobs/445878517#L2150
=== RUN TestReload
cert_watcher_test.go:110:
Error Trace: cert_watcher_test.go:110
Error: Should be true
Test: TestReload
Messages: Failed to find wanted logs. All logs: [{{info 2020-11-23 14:13:36.375563204 +0000 UTC m=+0.010957869 Loading modified certif
-
Updated
Nov 28, 2020 - Java
-
Updated
Nov 28, 2020 - Kotlin
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 25, 2020 - Go
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 26, 2020 - Scala
-
Updated
Nov 24, 2020 - C#
From #276
Right now tempo-cli is a utility for debugging purposes but there are plans to extend its functionality.
Created this issue to track/discuss the improvements of the tool.
-
Updated
Nov 27, 2020 - Scala
Flaky code coverage
This coverage change came up in a PR #530 that did not touch the source code at all
It is likely that there is a race condition that makes this line not being executing in some cases. Need to make it more deterministic.
-
Updated
Nov 27, 2020 - C#
-
Updated
Nov 29, 2020 - Go
After the merge of this PR: open-telemetry/opentelemetry-dotnet#1548
We should create more unit tests just like open-telemetry/opentelemetry-dotnet#1537 to validate the full behavior.
-
Updated
Nov 17, 2020 - Java
-
Updated
Nov 16, 2020 - Java
-
Updated
Oct 23, 2020 - Java
-
Updated
Nov 29, 2020 - Vue
Requirement - what kind of business use case are you trying to solve?
Our traces contain data that is covered by GDPR (european user privacy regulations) and, thus developers do not have direct access to all traces. If an error occurs, relevant traces has to be filtered out and the relevant ones are forwarded to the developer.
Another use case:
It would be nice to just attach files with
The current getting started guide assumes the user will be starting using the SDK building block packages like tracing, node, and metrics. In the future, it is expected most users will use the SDK package as a starting point and it would be better for the getting started guide to reflect that.
-
Updated
Jun 28, 2020 - Go
@thegryfon noticed that in community axios implementations, some leak contexts and you wouldn't necessarily know until a second root trace is attempted.
here's an example scenario I think tests could cover:
there is no parent trace in scope
create a client request
create a second client request
verify that both client requests are root spans
Cannot use same trace ID accross different node of microservices
On the document of https://opentracing.io/docs/overview/tracers/#propagating-a-trace-with-inject-extract, there is a concept of inject and extract. This is working fine with http carrier. Yet, I cannot reproduce this with Text Map carrier.
Please create a doc for u
Is your feature request related to a problem? Please describe.
The .. module has a conditional dependency on the parseurl library. This library is not an agent dependency. However, if parseurl is present then the agent will use it instead of it's own home grown URL parsing.
We've had users report that this conditional `re
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 26, 2020 - C#
Improve this page
Add a description, image, and links to the distributed-tracing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-tracing topic, visit your repo's landing page and select "manage topics."

Please answer these questions before submitting your issue.
skywalking 8.3 add springmvc plugin reactive api support , but that cant collect HTTP statusCode, hope somebody can improve it