简体   繁体   English

springboot 应用程序的 Zipkin 依赖图有更好的替代方案吗?

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

I am trying to find out if there exists a tool that can show realtime traffic flow for springboot + springcloud microservices for my architecture.我正在尝试找出是否存在可以为我的架构显示 springboot + springcloud 微服务的实时流量的工具。 While searching for such tool, I pondered upon Zipkin's dependency graph.在寻找这样的工具时,我思考了 Zipkin 的依赖图。 Is it good enough?够好吗? Or are there any better alternatives to show realtime flow of traffic?或者有没有更好的选择来显示实时流量?

Furthermore, I am seeking an opensource project more than a proprietary solution but I'd be open for either suggestions.此外,我正在寻找一个开源项目而不是专有解决方案,但我愿意接受任何建议。

Our architecture is built upon springboot+springcloud hosted in AWS and OCI and using K8s as well.我们的架构基于托管在 AWS 和 OCI 中的 springboot+springcloud 以及使用 K8s 构建。

Any advice/suggestion would be quite helpful.任何建议/建议都会很有帮助。

Attached is zipkin's dependency which is somewhat similar to what I am trying to find out:附件是 zipkin 的依赖,这与我试图找出的有点相似:

zipkin的依赖图

Looking forward to it.期待它。 Kind regards.亲切的问候。

I recommend Jaeger.我推荐杰格。

Jaeger is open source software for tracing transactions between distributed services. Jaeger 是用于跟踪分布式服务之间的事务的开源软件。 It's used for monitoring and troubleshooting complex Microservices environments.它用于监控复杂的微服务环境并对其进行故障排除。 Now ServiceMesh is becoming more and more popular at Microservice field, jaeger has become one of the recommended project to work with ServiceMesh.现在ServiceMesh在微服务领域越来越流行,jaeger已经成为推荐使用ServiceMesh的项目之一。

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

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM