distributed-tracing Questions

1

I am running a Datadog APM query, and I am able to see my traces in the APM section. However, when I try the same query parameters (env and service) in the query definition of the dashboards sectio...

2

We are setting up microservice framework. We use following stack for distributed tracing. Spring boot Kafka Zipkin Following is how the configuration is done In gradle.build (or pom.xml) foll...

1

I was looking at APM tools. Essentially Dynatrace and I could see that it also provides tracing capabilities that seem to be language agnostic and also without code modifications. Where would jaeg...
Halden asked 5/1, 2020 at 6:28

0

I'm using open telemetry to export trace information of the following application: A nodejs kafka producer sends messages to input-topic. It uses kafkajs instrumented with opentelemetry-instrument...

5

Solved

I have tried executing this docker command to setup Jaeger Agent and jaeger collector with elasticsearch. sudo docker run \ -p 5775:5775/udp \ -p 6831:6831/udp \ -p 6832:6832/udp \ -p 5778:5778 \ ...
Nickname asked 10/8, 2018 at 11:45

1

Solved

The W3C trace context defines the traceparent and tracestate headers for enabling distributed tracing. My question(s) is then How is it different from OpenTracing. If W3C has already defined u...
Jeep asked 10/6, 2020 at 13:10

2

Solved

Logback MDC (Mapped Diagnostic Context) is leveraging threadLocal (As far as I know) so that it will be accessible on all the log statements executed by the same thread. My question is, will logb...
Reshape asked 25/9, 2019 at 18:19

1

Solved

I'm trying to set up a local k8s cluster and on minikube with installed istio and I have an issue with enabling distributed tracing with Jaeger. I have 3 microservices A -> B -> C. I am propa...
Resolvable asked 27/8, 2018 at 11:12

0

I have client application instrumented with Zipkin library with configuration in spring application.properties . camel.zipkin.host-name=hawkular-apm-server.com camel.zipkin.port=443 camel.zipkin.i...
1

© 2022 - 2025 — McMap. All rights reserved.