distributed-tracing
Here are 346 public repositories matching this topic...
-
Updated
Nov 16, 2021 - Java
Requirement - what kind of business use case are you trying to solve?
Hello team, in PR jaegertracing/jaeger#2798 the tls connection is enabled in collector, it would be good to support configuring cipher for it.
It would be similar to the fluentd tls settings in https://docs.fluentd.org/configuration/transport-section#tls-setting, you can config the ciphers fi
-
Updated
Nov 18, 2021 - Java
Currently settings page has a time filter component also. Though there is no use of the time filter component on settings page, as the items in settings page don't change on the basis of time selected.
Expected Behavior: Time filter component should be removed from the settings page
version: v0.4.4
, or at least official docs of how to install in a linux env without containers.
-
Updated
Nov 17, 2021 - Java
Bug Report
The current OTLP exporter below flattens nested array in Span.Atttributes (Activity.Tags in .NET) into a list of key value pairs with the same key for all these kv pairs. For example, activity.SetTag('arraykey', new int [] {1, 2, 3} is converted to JSON like list {{'arraykey': 1}, {'arraykey': 2}, {'arraykey': 3}} in OTLP. This could cause problem if the OTLP listener would lik
-
Updated
Sep 17, 2021 - C#
-
Updated
Nov 17, 2021 - Scala
Tracking issue, similar to jaegertracing/jaeger#2645
Done:
- #548
- #549
- #550
Remaining:
- publish crossdock images
- remove .travis.yml
- update build badge in README
- change required checks to new GH jobs
-
Updated
Nov 12, 2021 - Scala
-
Updated
Sep 26, 2021 - C#
https://open-telemetry.github.io/opentelemetry-js/
I clicked "SDK docs" in the readme, which took me to https://open-telemetry.github.io/opentelemetry-js/
There, I opened both the getting started guide and the node auto-setup thing in this paragraph:
To get started tracing your own application, see the Getting Started Guide. For more information about automatic instrumentation see @OPEN
-
Updated
Nov 18, 2021 - Go
-
Updated
Jul 26, 2021 - Java
It seems to me that UTC is selected for on the wire representation of time as well as in the database (jaegertracing/jaeger#712), which sort of makes sense, at least with a somewhat naive handling of timezones. However, I think that the Jaeger UI should support displaying times in the timezone local to the user, i.e. of the browser as to reduce the mental load when viewing
-
Updated
Jun 23, 2021 - Java
-
Updated
Nov 6, 2021 - Java
-
Updated
Jul 23, 2021 - Go
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
@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
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
Oct 31, 2021 - Go
-
Updated
Jul 19, 2021 - Go
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."


Search before asking
Apache SkyWalking Component
Java Agent (apache/skywalking-java)
What happened
we config trace ignore paths by "agent/config/pm-trace-ignore-plugin.config", but found paths ends by "/" are not ignored with "**".
example configuration i