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

distributed-tracing

Here are 317 public repositories matching this topic...

BFergerson
BFergerson commented May 30, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Question or discussion

Question

I'm able to send traces via TLS but when I try to send logs, I get the following exception:

ERROR 2021-05-30 22:21:59:387 grpc-default-executor-1 GRPCLogReportServiceClient : Try to send 1 log data to collector, with unexpected exception.
org.a
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 Jun 9, 2021
  • Java
signoz
annanay25
annanay25 commented Jun 23, 2021

Allow adding sensitive information to the config file by expanding environment variables. Some backend drivers have native support for this (ex: GCS/S3) but there might be other instances where this is desired, for instance in Memcached/Redis/Azure/etc.

The solution is to add a new cli option -config.expand-env that will replace any environment variables denoted by ${VAR} in the config fil

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