From 7797b2bf70d79fa7b9e2002cea96d0b5f041ba1b Mon Sep 17 00:00:00 2001 From: qinyingjie Date: Mon, 16 Jan 2023 18:41:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dev/application-portal8081.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/springcloud-service-config-info/dev/application-portal8081.yaml b/springcloud-service-config-info/dev/application-portal8081.yaml index 0666a24..708d9b1 100644 --- a/springcloud-service-config-info/dev/application-portal8081.yaml +++ b/springcloud-service-config-info/dev/application-portal8081.yaml @@ -1,12 +1,6 @@ spring: application: name: portal-service #服务名称 - zipkin: - base-url: http://localhost:9411 #zipkin地址 默认值就是0.1,代表收集10%的请求追踪信息。 - sleuth: - sampler: - percentage: 0.1 #收集百分比 - #服务提供者 eureka: client: -- GitLab