我在Spring Boot + Spring雲項目中使用ConfigServer。我曾經監視端點/運行狀況,但由於ConfigClient在每個請求中都詢問ConfigServer,因此調用度量標準「/ health」的速度很慢。Spring Cloud - Config Client減慢度量/健康
這是由於這樣一個事實,即對於ConfigServer的每一個請求,這個實際上都會調用BitBucket - >因此整個請求鏈很長/很慢。
有沒有辦法來禁用ConfigServer的檢查可用?我想單獨監視這一個。
最佳 週五
好,謝謝,我會創造一個功能請求。 – Fritz
在此處添加了一項功能請求:https://github.com/spring-cloud/spring-cloud-config/issues/159 – Fritz