zipkin Questions
2
Solved
We have Jaeger setup to trace calls primarily between the istio proxies. I'm trying to use tracing inside the application, include any traceId/spanIds in the logs and report back to the Jaeger coll...
Overglaze asked 16/3, 2023 at 16:6
2
Traces that should have been sent by dapr runtime to zipkin server somehow fails to reach it.
The situation is the following:
I'm using Docker Desktop on my Windows PC. I have downloaded the sample...
Downrange asked 15/3, 2021 at 21:59
5
Solved
In spring boot 2 it was possible to disable distributed tracing during development as described here. Locally, traces were still generated but not exported.
In spring boot 3 it is possible it disab...
Votary asked 16/2, 2023 at 15:39
4
We have a lot of services using Spring Boot 2.0.x and io.zipkin.brave.Tracer is used and it works properly. Tracer is used in a class annotated with @Component and it has a constructor with Tracer ...
Housecoat asked 31/10, 2019 at 17:42
3
Solved
Zipkin works well locally but not in docker container. All the microservices are registered well in the Eureka and they can communicate well. But the only problem is Zipkin. I am getting the follow...
Trafficator asked 21/12, 2022 at 15:2
3
Solved
I am using Sleuth and Zipkin for distributed tracing and facing an issue.
Issue: TraceID and SpanID is not getting printed in the microservice logs (and passed to Zipkin) with 3.0.0 version of Spri...
Purdy asked 29/11, 2022 at 13:47
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...
Modillion asked 10/6, 2019 at 11:11
3
Can't see Zipkin Server when using Spring Initializer . Has it been removed? What is the alternative?
Chancechancel asked 12/7, 2017 at 0:40
1
While Zipkin sdk is available for Node.js, I'm looking for auto-instrumentation like Spring Cloud Sleuth in Node.js app. Is there a module or framework for it in Node.js?
What I mean by auto-instr...
1
I'd like to ask about zipkin with grafana dashboard.
I installed zipkin with grafana using official docker-compose (but storage is elasticsearch. because when I use mysql, an access error happens. ...
Foreknowledge asked 13/10, 2021 at 6:57
1
Adding just spring-cloud-starter-zipkin also able to generate spanId and TraceId so what is the need of Sleuth? spring-cloud-starter-zipkin actually pulling io.zipkin.brave by itself not Sleuth.
Schifra asked 25/8, 2021 at 17:39
1
I wanted to update my project Zipkin setup to Spring Boot 2.2.2.RELEASE and Spring Cloud Hoxton.RELEASE but it looks like simple jars update is not enough.
I thought the old setup (it was working ...
Evaginate asked 16/12, 2019 at 9:33
1
Solved
I'm making a sequential request using Feign Builder. There are no x-b3-traceid,x-b3-spanid .. in the title of the request. That's why the log my last client appears on the zipkin.
I use spring boot...
Cheryl asked 12/2, 2021 at 7:36
2
I'm following this guide, with Zipkin.
I have 3 microservices involed, A -> B -> C, I'm propagating headers from A to B and from B to C.
But in the Zipkin dashboard I only see entries for A -...
Gayegayel asked 18/2, 2018 at 22:13
2
Solved
I am trying to make OpenTelemetry exporter to work with OpenTelemetry collector.
I found this OpenTelemetry collector demo.
So I copied these four config files
docker-compose.yml (In my app, I rem...
Wapiti asked 19/8, 2020 at 11:8
3
Solved
I'm working with JMS and queues (Azure queues) for the first time. I'm required to make a queue where Rubi server would write some data and Java would read it from queue and will do further executi...
Cinematography asked 12/2, 2020 at 14:6
2
Does anybody know where the zipking examples are located ?
https://twitter.github.io/zipkin/Quickstart.html#super-quickstart
In the following I can read:
./bin/sbt "zipkin-example/run -zipkin.st...
Emotionalize asked 14/12, 2015 at 16:46
3
Solved
Sleuth is not sending the trace information to Zipkin, even though Zipkin is running fine.
I am using Spring 1.5.8.RELEASE, spring cloud Dalston.SR4 and I have added the below dependencies in my mi...
Cleavable asked 6/12, 2017 at 9:31
1
I want to use istio with existing jaeger tracing system in K8S, I began with installing jaeger system following the official link with cassandra as backend storage. Then installed istio by the helm...
Overwinter asked 24/11, 2018 at 15:42
0
i am using python flask in my application. I want to change the header before each request in order to add information for zipkin distributed tracing. My current code looks like:
@app.before...
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...
Isobar asked 1/6, 2018 at 11:30
2
Solved
I have a Spring Boot 2.0.0 REST service where I'm trying to enable Sleuth and Zipkin to send traces to my localhost Zipkin server.
The app worked fine unti I add the two dependencies spring-cloud-...
Sylph asked 10/3, 2018 at 17:11
2
I have a Spring Boot app that I'm updating to 1.5.1. It works great, until I add Sleuth and Zipkin to classpath
<dependency>
<groupId>org.springframework.cloud</groupId>
<ar...
Astronomical asked 22/2, 2017 at 21:42
1
Solved
I try to add a distributed tracing in my microservices (under Kubernetes in Azure).
I added the dependencies in the parent pom.xml :
<parent>
<groupId>org.springframework.boot</gr...
Gonnella asked 5/4, 2017 at 12:1
1
Solved
Which exact dependencies and application.yml configuration are required for Spring Boot/Cloud Zipkin server (potentially Zipkin Stream server) to persist the tracing data using MySQL?
Volumeter asked 26/8, 2016 at 21:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.