From 4c28d970c8d794dedaa35d4177ff54a72b2b3a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 11 Apr 2020 15:04:19 +0200 Subject: [PATCH] actuator metrics --- src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/application.yml diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..0b32a16 --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,5 @@ +management: + endpoints: + web: + exposure: + include: hystrix.stream, metrics, health \ No newline at end of file