Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有三个微服务,通过 Kafka 进行通信。我正在使用 Brave 的 @Tracer。跟踪 id 是一致生成的,但是微服务 2 和 3 中的 parentId 不同。我们可以在整个微服务中生成一致的 parentId 吗?
谢谢。
您使用的是什么版本的 Sleuth?如果是 3.x,请使用 Sleuth'sTracer而不是 Brave's。
Tracer
由于 Spans 代表操作,因此spanId每个 Span 的 都不同Span,这parentId实际上是前一个(父级)的 Id,因此如果两个不同 Span 的 不相同(如果它们不共享相同的父级) Span,这是完全正常的parentId)。
spanId
Span
parentId
请参阅文档:https ://docs.spring.io/spring-cloud-sleuth/docs/current/reference/htmlsingle/#getting-started-terminology
这里parentId的 Spans 如下: