SpringCloud 健康指标
2023-07-31 09:26 更新
Config Server带有运行状况指示器,用于检查配置的EnvironmentRepository
是否正常工作。默认情况下,它会向EnvironmentRepository
询问名为app
的应用程序,default
配置文件以及EnvironmentRepository
实现提供的默认标签。
您可以配置运行状况指示器以检查更多应用程序以及自定义配置文件和自定义标签,如以下示例所示:
spring: cloud: config: server: health: repositories: myservice: label: mylabel myservice-dev: name: myservice profiles: development
您可以通过设置spring.cloud.config.server.health.enabled=false
禁用运行状况指示器。
以上内容是否对您有帮助:
更多建议: