Skip to content

Commit 41474d5

Browse files
committed
feat: Tomcat 스레드 메트릭 노출 활성화
- mbeanregistry.enabled: true 추가 - tomcat.threads.current/busy/config.max 메트릭 노출
1 parent 43ac253 commit 41474d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/resources/application-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ server:
5858
tomcat:
5959
max-threads: 200
6060
accept-count: 100
61+
mbeanregistry:
62+
enabled: true
6163

6264
management:
6365
endpoints:

0 commit comments

Comments
 (0)