gpt4 book ai didi

java - 如何查找我的 Spring Boot 应用程序每秒收到多少个请求?

转载 作者:行者123 更新时间:2023-12-02 08:20:58 24 4
gpt4 key购买 nike

我们正在使用 Spring Boot,并且只有一个休息服务,我们正在从单个客户端接收该请求,但有如此多的调用,因为每 12 个请求中有 1 个失败,如何找到如何处理我的 Spring Boot 每秒收到很多请求,他们有什么方法可以在生产中监控这个指标吗?

有人可以帮助我们吗?

最佳答案

由于您正在使用 Spring Boot 相关项目,我建议使用 Springs actuator 包。集成此功能就像向项目添加新的依赖项一样简单:

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

启用此功能后,您可以访问多个新端点,例如 /trace/metrics/trace/health 还有更多。

有关更多信息,请查看官方 Spring 文档 ( https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html ) 或查看 Baeldung http://www.baeldung.com/spring-boot-actuators 的以下博客文章.

关于java - 如何查找我的 Spring Boot 应用程序每秒收到多少个请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48482704/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com