distributed-tracing
Here are 267 public repositories matching this topic...
-
Updated
Nov 13, 2020 - Java
Requirement - what kind of business use case are you trying to solve?
Allow people to safely export production traces into GitHub tickets (as a way of reproducing problems, especially with the UI) without exposing sensitive information.
Problem - what in Jaeger blocks you from solving the requirement?
The anonymizer is partially implemented.
Proposal - what do you suggest to s
-
Updated
Nov 14, 2020 - Java
-
Updated
Nov 14, 2020 - Kotlin
-
Updated
Nov 7, 2020 - Java
-
Updated
Nov 2, 2020 - Go
-
Updated
Nov 13, 2020 - Java
-
Updated
Nov 15, 2020 - Scala
-
Updated
Nov 11, 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 12, 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 9, 2020 - C#
-
Updated
Nov 12, 2020 - Go
There are many packages required by product/test. We have some of them moved to a central place, but still many are left in individual projects. This issue is to track moving all the versions to a centralized place, so its easy to update when a need arises.
eg: open-telemetry/opentelemetry-dotnet#1506 (comment)
-
Updated
Nov 13, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 23, 2020 - Java
-
Updated
Nov 14, 2020 - Vue
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
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 12, 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."
Currently the decorator
@trace
only support plain functions. Decorating functions withasync
makes the trace hierarchy incorrect.this generates