Skip to content

Commit 06c76b0

Browse files
committed
feat: http 요청 레이턴시 분포 확인을 위한 설정 추가
1 parent 9bb7d64 commit 06c76b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/turip-app/src/main/resources/application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ management:
3131
endpoint:
3232
health:
3333
show-details: never
34+
metrics:
35+
distribution:
36+
percentiles-histogram:
37+
http.server.requests: true
3438

3539
server:
3640
tomcat:

0 commit comments

Comments
 (0)