feat(zipkin): 모니터링 시스템 zipkin 추가
This commit is contained in:
@@ -15,10 +15,17 @@ spring:
|
||||
default: dev
|
||||
config:
|
||||
import: optional:configserver:http://127.0.0.1:8888
|
||||
|
||||
zipkin:
|
||||
base-url: http://127.0.0.1:9411
|
||||
enabled: true
|
||||
sleuth:
|
||||
sampler:
|
||||
probability: 1.0
|
||||
|
||||
cloud:
|
||||
config:
|
||||
name: bootstrap
|
||||
|
||||
gateway:
|
||||
default-filters:
|
||||
- name: GlobalFilter
|
||||
|
||||
Reference in New Issue
Block a user