|
@ -38,11 +38,29 @@ zuul:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwdev
|
|
|
zipkin:
|
|
|
base-url: localhost:${svr-logServer-port} #日志追踪的地址
|
|
|
|
|
|
sleuth:
|
|
|
sampler:
|
|
|
percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
|
zipkin:
|
|
|
base-url: localhost:${svr-logServer-port} #日志追踪的地址
|
|
|
|
|
|
sleuth:
|
|
|
sampler:
|
|
|
percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
|
|
|
|
zipkin:
|
|
|
base-url: localhost:${svr-logServer-port} #日志追踪的地址
|
|
|
|
|
|
sleuth:
|
|
|
sampler:
|
|
|
percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
|