对于 spring boot 应用程序,是否有比 Zipkin 依赖图更好的替代方案?

Is there a better alternative to Zipkin dependency graph for springboot applications?

我想知道是否存在可以为我的架构显示 springboot + springcloud 微服务的实时流量的工具。在寻找这样的工具时,我思考了 Zipkin 的依赖图。够好了吗?或者是否有更好的替代方法来显示实时流量?

此外,我正在寻找一个开源项目而不是专有解决方案,但我愿意接受任何建议。

我们的架构基于 springboot+springcloud 托管在 AWS 和 OCI 上,并使用 K8s。

任何 advice/suggestion 都会很有帮助。

附件是 zipkin 的依赖关系,这与我试图找出的有点相似:

期待。 亲切的问候。

我推荐 Jaeger。

Jaeger 是用于跟踪分布式服务之间事务的开源软件。它用于监控复杂的微服务环境并对其进行故障排除。现在ServiceMesh在微服务领域越来越受欢迎,jaeger已经成为推荐使用ServiceMesh的项目之一。

Jaeger 架构:https://www.jaegertracing.io/docs/1.28/architecture/

在 Kubernetes 上安装 Jaeger:https://www.jaegertracing.io/docs/1.28/operator/

带有 SpringBoot 的 Jaeger:https://medium.com/xebia-engineering/jaeger-integration-with-spring-boot-application-3c6ec4a96a6f