Spring boot management.metrics.distribution异常
我试图在我的 spring boot application.properties 文件中设置这两个属性的值 - management.metrics.distribution.maximum-expected-value=1 manageme…
EOFException: null 在使用 Spring Boot Actuator 将 ROOT 的日志级别更改为在运行时动态调试时观察到
我正在使用 SpringBoot & 的学习道路上Actuator 我尝试在运行时修改日志级别。 curl -i -X POST -H 'Content-Type: application/json' -d '{"configur…
AWS 多区域中的 Spring Boot 管理-客户端执行器
我在一个区域创建了管理服务器,并在不同区域创建了多个客户端服务器。已开放指定端口。 但是出现 java.net.UnknownHostException 错误。 有没有办法…
Spring Boot 业务指标。千分尺及Prometheus 或 InfluxDB
我们需要在系统中计算和可视化一些业务指标,例如: 最后配置的时间间隔内处理的事务总数 最后配置的时间间隔内的 平均处理时间 最后配置的时间间隔内…
我们可以使用flask-pyctuator来监控Flask App而不使用spring boot吗
我想确定是否可以使用python包来实现监控actuator /health端点。我们的服务部署到 Kubernetes 上,日志记录在 splunk 中,并且 Kubernetes 使用 splun…
无法使用 Spring Boot Actuator 更改日志级别
我有两个现有的 Spring Boot 应用程序,其中为记录器启用了执行器端点。 两者都有 Gradle 规则和 application.properties 条目,如下所示。 compile('…
没有类型为“org.springframework.boot.actuate.health.HealthEndpoint”的合格 bean;在控制器测试中
我编写了一个结合执行器信息的控制器。 @RestController @Slf4j public class AppStatusRestController { private final HealthEndpoint healthEndpoi…
Spring Cloud Stream:尝试暂停不支持Pausable bean的组件
我是春天云流的新手。我正在使用我们的一位团队成员编写的活页夹。 我使用执行器的 /bindings 端点来暂停/恢复应用程序中的使用者。但我收到错误 o.s.…
Spring 执行器邮件 HealthIndicators 不工作
我已经在 Spring Boot 中启用了 Spring 执行器并使用了以下配置, management.health.mail.enabled=true management.endpoint.health.show-details=al…
Spring启动执行器:在应用程序启动之前ReadinessState更改为ACCEPTING_TRAFFIC
我的 Spring Boot 应用程序包含 Spring Cloud Stream。在应用程序启动之前,Spring Cloud Stream 需要一段时间才能连接到代理。 因此当前序列 Spring …
Hikari 连接超时时如何重新启动 Spring Boot 应用程序?
我们有 Spring Boot 应用程序 &低于异常。解决方案是仅重新启动 Spring Boot 应用程序。 问题 1:我如何知道我遇到了异常,现在需要重新启动应用程序…
如何绕过 spring-boot-admin 中的 SSL 证书验证?
因此,我可以禁止 SBA 管理服务器验证其尝试连接的客户端的 SSL 证书 - 对于 SBA 版本 2.6.2,其文档或多或少地概述了它: https://codecentric.githu…
Spring Cloud Gateway:执行器刷新不会重新加载属性
我实际上正在使用 Spring Cloud Gateway 进行一个项目。 我有一个 Configuration 类,它从自定义 PropretySourceFactory 获取其属性。我想对属性进行…
Spring Boot Actuator:缓存 /actuator/health/readiness 和 /actuator/health/custom 健康检查结果
因此,我已将 Spring Boot Actuator 添加到我的应用程序中,并在 application.properties 属性 management.endpoint.health.cache.time-to-live=120s …
如何在Kubernetes中为prometheus添加springboot应用监控?
大家下午好,我有一个关于在prometheus中添加应用程序本身监控的问题。 我正在使用 Spring Boot Actuator 并相应地查看 Prometheus 的值: https://ex…