英文: Propagate state of Kafka connection to readiness actuator indicator 问题 我有一个基本的Spring Boot服务,通过Ka...
Spring执行器即使设置了server.servlet.contextPath仍然出现404未找到错误。
英文: Spring actuator giving 404 Not found error even after setting server.servlet.contextPath 问题 我有一个...
io.prometheus.client.Gauge可以用于线程安全计数器吗
英文: Is io.prometheus.client.Gauge can be used for thread safety counters 问题 我正在使用 io.prometheus.clie...
Spring Boot 2执行器 /health 和 /info 返回HTTP 404
英文: Spring Boot 2 Actuator /health and /info returns HTTP 404 问题 我已经在全新的Spring Boot应用的pom.xml文件中添加了依...
当Spring Boot的执行器与Webflux项目中的Spring Metrics相遇
英文: When Spring actuator meets Spring Metrics in a Webflux project 问题 我有一个小问题: 在Spring Webflux项目中,使用...
Spring Boot执行器 – Java端点
英文: Spring Boot Actuator - Java Endpoint 问题 在我们的基础设施模型中,我们有一个样例执行器健康检查,我们正在主服务中使用它(将依赖项添加到包中,@Import...
来自Java(Spring Actuator)的Prometheus错误。
英文: Error from promtheus in java (spring acuator) 问题 我在我的 Spring Boot 应用程序中启用并配置了带有 Prometheus 端点的 S...
Consul健康指示器在Spring Boot的执行器健康端点中未显示。
英文: Consul Health indicator not showing in SpringBoot' actuator health endpoint 问题 我有一个基于SpringB...
SpringBoot:健康指示器在健康端点中缺失
英文: SpringBoot : Consul Health indicator missing from the Health endpoint 问题 我有一个基于 SpringBoot 的 Web...
在Spring Boot Actuators中,有没有一种标准方法来检查子服务的健康状态?
英文: Is there a standard way in Spring Boot Actuators of checking the health of child services? 问题 以下...
3