feat(zipkin): 모니터링 시스템 zipkin 추가

This commit is contained in:
bum12ark
2022-03-23 16:14:41 +09:00
parent 5e50b5c98e
commit e69082e078
12 changed files with 66 additions and 14 deletions

View File

@@ -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