The Wayback Machine - https://web.archive.org/web/20210818080024/https://github.com/topics/distributed-tracing
Skip to content
#

distributed-tracing

Here are 325 public repositories matching this topic...

wu-sheng
wu-sheng commented Aug 9, 2021

Background of Tomcat 10

Users of Tomcat 10 onwards should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. This will almost certainly require code changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and l

signoz
transmittable-thread-local

📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
  • Updated Aug 16, 2021
  • Java
joe-elliott
joe-elliott commented Aug 17, 2021

Is your feature request related to a problem? Please describe.
Currently it can be difficult to track down "too large" traces to help the user identify what processes are creating large traces and reduce their size.

Describe the solution you'd like
Add the trace id to the "trace too large" error message.

Describe alternatives you've considered
None.

Additional context

plajjan
plajjan commented Jul 2, 2021

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

codefromthecrypt
codefromthecrypt commented Mar 26, 2019

@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

Improve this page

Add a description, image, and links to the distributed-tracing topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more