无法使用 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…
Spring启动Kafka指标配置
我们有一个使用 spring-kafka 的 Spring Boot 微服务。有几个 Kafka 侦听器和生产者,并且 Kafka 相关指标已成功呈现在执行器端点上。但是,当使用自…
- 共 1 页
- 1