Skip to content
#

distributed-tracing

Here are 288 public repositories matching this topic...

JayeshMuley
JayeshMuley commented Feb 9, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • [X ] Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Question

  • Need to post Alarm to https , How to provide header. Also how to get the Hostname along with Alarm.
    For example need to post the alarms through

curl -X POST
https://***

arnitolog
arnitolog commented Feb 22, 2021

Describe the bug
I started to see the error below as soon as I enabled zstd compression on the collector side.
We are on jaeger 1.19.2 and Kafka 2.5.0

{"level":"error","ts":1613990679.9162657,"caller":"kafka/writer.go:58","msg":"zstd compression requires building with cgo enabled","stacktrace":"github.com/jaegertracing/jaeger/plugin/storage/kafka.NewSpanWriter.func2\n\tgithub.com/jaegertr

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 Feb 24, 2021
  • Java
savishy
savishy commented Jan 12, 2021

Describe the bug

make vendor-check fails when the path has spaces, for example /Users/username/Path With Spaces/work/savishy-tempo.
The error is docker: invalid reference format. which I have seen typically when Docker thinks we are passing it incorrect arguments.
I moved to a path without spaces i.e. /Users/username/savishy-tempo and make vendor-check works fine.
My first gue

chrvo
chrvo commented Nov 25, 2020

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

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