';spring.sleuth.integration.websockets.enable=false';不';t禁用对WebSocket的跟踪

';spring.sleuth.integration.websockets.enable=false';不';t禁用对WebSocket的跟踪,spring,websocket,spring-cloud,spring-cloud-sleuth,Spring,Websocket,Spring Cloud,Spring Cloud Sleuth,我试图禁用跟踪WebSockets,所以我在application.properties中添加了'spring.sleuth.integration.WebSockets.enable=false',但它似乎没有任何作用,WebSockets仍在跟踪中 spring.zipkin.baseUrl=https://192.168.99.100:9411/ spring.zipkin.service.name=chatserver spring.zipkin.sender.type=web spri

我试图禁用跟踪WebSockets,所以我在application.properties中添加了'spring.sleuth.integration.WebSockets.enable=false',但它似乎没有任何作用,WebSockets仍在跟踪中

spring.zipkin.baseUrl=https://192.168.99.100:9411/
spring.zipkin.service.name=chatserver
spring.zipkin.sender.type=web
spring.sleuth.sampler.probability=1
spring.sleuth.integration.websockets.enable=false
这是保持WebSocket活动的心跳,我认为如果我禁用它,就不应该记录它


如果属性中有一个输入错误,那么在[spring.sleuth.integration.websockets.enabled]末尾缺少一个d