Skip to content

Commit 897f65e

Browse files
committed
Skru på threads-metrikker
1 parent c8673f8 commit 897f65e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/application.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ management:
3535
web:
3636
base-path: "/internal"
3737
exposure:
38-
include: info, health, metrics, prometheus
38+
include: info, health, metrics, prometheus, thread-pool
39+
metrics:
40+
enable:
41+
jvm.threads: true
3942

4043
springdoc:
4144
api-docs:

0 commit comments

Comments
 (0)