Zipkin 组合跨度
我是 Zipkin 的新手,正在尝试了解如何查看跟踪中的所有跨度。
在 Zipkin 的跟踪查询页面上,我看到一条跟踪具有预期的 5 个跨度。问题是,当我单击“SHOW”查看各个跨度时,它只显示 3 个跨度(现在说它只有 3 个)。 API-GATEWAY 和 CURRENCY-CONVERSION 服务应该有两个跨度,但它们似乎由于某种原因被组合在一起。
我正在使用库存 Docker 映像 openzipkin/zipkin:2.23,所有服务的采样器概率设置为 100%。我是否缺少某些配置?我真的很希望能够看到各个呼叫的时间细分。
I am new to Zipkin and am trying to understand how to view all spans in a trace.
On the trace query page for Zipkin I am seeing a trace come through with the expected 5 spans. The problem is that when I click "SHOW" to view the individual spans, it only shows 3 spans (and now says it only has 3). There should be two spans for both the API-GATEWAY and the CURRENCY-CONVERSION services, but they seem to be combined for some reason.
Query Page: Note it says 5 spans here
Trace Page: Note it now says there are only 3 spans
I am using the stock Docker image openzipkin/zipkin:2.23 with the sampler probability set to 100% for all services. Is there some configuration that I am missing? I would really like to be able to see the timing breakdown of the individual calls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论