generated from pricelees/issue-pr-template
feat: 로컬 환경에서의 트레이싱 설정 추가
This commit is contained in:
parent
ca295f4374
commit
6ca70520b5
@ -42,9 +42,14 @@ jdbc:
|
|||||||
management:
|
management:
|
||||||
tracing:
|
tracing:
|
||||||
sampling:
|
sampling:
|
||||||
probability: 1
|
probability: 1.0
|
||||||
|
otlp:
|
||||||
|
tracing:
|
||||||
|
transport: http
|
||||||
|
endpoint: http://localhost:4318/v1/traces
|
||||||
|
|
||||||
slow-query:
|
slow-query:
|
||||||
logger-name: local-slow-query-logger
|
logger-name: local-slow-query-logger
|
||||||
log-level: info
|
log-level: info
|
||||||
threshold-ms: 5
|
threshold-ms: 5
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,8 @@ server:
|
|||||||
forward-headers-strategy: framework
|
forward-headers-strategy: framework
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
|
application:
|
||||||
|
name: roomescape-backend
|
||||||
profiles:
|
profiles:
|
||||||
active: ${ACTIVE_PROFILE:local}
|
active: ${ACTIVE_PROFILE:local}
|
||||||
jpa:
|
jpa:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user