Spring Boot Actuator是Spring Boot的子项目。它为您的应用程序添加了多种生产级服务,而您只需付出很少的努力。
我有 resilience4j 配置,也有 managementconfig。 management.endpoint.circuitbreakerevents.enabled=true 但是我看不到任何事件,因为找不到 URL。 http://localhost:8080/
使用 Spring boot,带有执行器和内存中的 H2。 在 application.properties 中,我目前有(忽略不相关的设置): 服务器.port=8080 管理.server.port=9090 spring.h2.console.enabled...
如何安全地存储用于对本地配置服务器进行身份验证的用户名和密码?
我是春季云配置服务器的新手。我们正在尝试在内部设置一个 spring cloud 配置服务器。 该应用程序可以使用以下属性和
执行器端点返回 "circuitBreakers":{"status":"UNKNOWN"} 尽管 management.health.circuitbreakers.enabled: true
我有一个带有 Jubilee 的 Spring Boot 2.6.0-M1 项目(但问题可以从 2.4 开始重现)。 在我的项目中,我正在使用 Actuator、Spring cloud Kubernetes 和 Resilience4J(不是 Spring Cloud Circuit b...
如何在没有 Web 端点的情况下为 Spring Boot 应用程序设置监控
我在 Spring Boot 上有多个服务。其中之一是其他服务的网关。网关具有带有控制器和端点的 Web 实现。当客户端向网关发出请求时,网关
Spring Boot Actuator 理解 /httptrace "http.server.requests" params throughput.mean 和 max
我通过使用@Bean 导出 bean LoggingMeterRegisry 来记录日志文件中的指标和仪表,并在日志中将时间显示为 throughput = 0.016667s mean=0.0392142s max=0.0392142s 想要
当使用带有mongodb客户端字段级加密的spring boot actuator时,不支持自动加密的命令。
我在Spring Boot应用程序中使用MongoDB自动客户端字段级加密。为了暴露健康检查,spring-boot-actuator也是一个依赖关系。我提供了一个schemaMap()来 ...
在Spring boot 1.5.2版本中,执行器端点不能通过HTTP暴露,且与应用程序运行的端口相同。
我正在使用springboot 1.5.2.RELEASE版本,并试图在我的应用程序中实现spring boot actuator。我在8081端口运行我的应用程序,并为执行器端点设置了8089。我只是想...
我不确定这是不是一个bug,但是我在过去的一天里试图实现你的库,但没有任何结果。我想可能是依赖的版本有冲突,但我什么都试过了。所以我...
无法向GCP stackdriver发布spring boot指标
我正在尝试将我的spring boot(2.2.6.RELEASE)应用程序在GCP计算引擎中运行的指标发布到stackdriver中。我已经添加了micrometer-registry-stackdriver:1.3.6和spring-boot-...
在Spring执行器中:HealthEndPoint.health()和调用健康端点的结果一样吗?
我有一个Spring boot (2.1.10.RELEASE)应用程序,我已经激活了actuator来监控应用程序的健康状况。我的问题就像标题中已经解释的那样。调用方法health of...
普罗米修斯配置在Spring boot 2.3.0中无法使用。ClassNotFoundException: io.micrometer.prometheus.HistogramFlavor
应用程序在2.2.6版本时工作正常,但当应用程序升级到最新版本的spring boot 2.3.0时,它停止工作,并在启动过程中失败。2020-05-20T08:43:04.408+01:...
我对spring actuator的每个端点都有问题。 actuator给了我这个响应。没有为类org.springframework.boot.actuate.endpoint.web.Link找到序列化器,也没有...。
普罗米修斯配置在Spring boot 2.3.0中无法使用。ClassNotFoundException: io.micrometer.prometheus.HistogramFlavor
应用程序在2.2.6版本时工作正常,但当应用程序升级到最新版本的spring boot 2.3.0时,它停止工作,并在启动过程中失败。2020-05-20T08:43:04.408+01:...
我在我的项目中使用spring boot和微服务架构。我想检查我的应用程序的健康状况。我有3个服务注册在eureka-server上。我可以检查eureka-...
Spring Boot 2.3.0.RELEASE 缺少actuatorsessions端点。
在我的生活中,我无法让actuatorsessions端点显示出来。我的配置: management.endpoints.web.exposure.include = * management.endpoint.session.enabled = true 所有的文档......
在开式换挡时,Jolokia端点不通过弹簧套执行器暴露出来。
我有一个在spring boot 2中运行的camel应用,camel路由是通过hawtio可视化的。所有的执行器端点都是暴露的,包括jolokia端点,这个应用程序是 ...
micronaut-spring和spring-boot-actuator,无法访问执行器端点。
只是尝试用Spring功能的micronaut,并不能访问我的执行器端点Spring Boot v2.3.0版本和micronaut 2.0.0.M3,我创建了一个基本的micronaut项目,使用mn ...
我使用spring boot 2.2.5 + micrometer 1.3.5 + starter-data-mongodb 在 "io.micrometer.core.instrument.binder.mongodb "下,我可以看到两个类CommandListener和ConnectionPoolListener。我想...
将SpringBoot Actuator的JSON字符串显示为HTML。
我如何将SpringBoot Actuator的JSON字符串显示为HTML?所以,当我访问url localhost:8080actuatorhealth时,我看到了类似应用程序状态的东西。UP数据库 H2: UP数据库 ...