-
**Which Component**
spring-cloud-alibaba-seata
**Describe the bug**
我在搭建springcloudalibaba demo的过程中,发现spring-cloud-alibaba-seata与spring-cloud-starter-zipkin和spring-cloud-starter-openfeign同时使用时,…
-
@Bean으로 정의된 alwaysSampler()를 사용하면, Zipkin으로 Tracing하는 Transaction Rate를 조정할 수 있다는데...해결 방법을 찾아보자!
```js
@Bean
public AlwaysSampler alwaysSampler() {
return new AlwaysSampler();
…
-
[官网-overview](https://spring.io/projects/spring-cloud-sleuth#overview)
>Notice that the application name is inside the brackets at the beginning. These brackets are added by Sleuth. They represent …
houdq updated
11 months ago
-
Most zipkin integrations do not require a custom build, rather custom assembly. For example, zipkin-aws and zipkin-azure layer autoconfiguration on top of the base server. This allows people to mix an…
-
Hey, i found an issue when i create feign client method and add request header that has equals key with request parameter.
`@PostMapping("/delay")
Mono delay(@RequestHeader("username") String he…
-
Hi! It would be really nice for the collector to provide the query API. Without this it's difficult to programmatically verify whether the stackdriver has received the spans properly.
In Sleuth I'…
-
**Describe the bug**
related issue: https://github.com/spring-cloud/spring-cloud-sleuth/issues/1814
I am using Spring Cloud Sleuth 3.0.1 and Brave 5.3.12
The bug is really sporadic but does cau…
-
This is a usage question.
In the [Sleuth docs](https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html#_grpc) for gRPC, they mention two variants. First one uses `io.github.lognet:grpc…
-
如题, 谢谢!
-
Hi, We are using sleuth camel.
We get the traces from the API and carry forward the trace in b3 header to camel.
Everything was working fine, but then we started using the threads() in the route, af…