From 3c59f7821a218223cf82f64e10b6810557d84fb9 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 29 Aug 2024 10:26:34 +0200 Subject: Enable prometheus metrics in babel Issue-ID: AAI-3980 Change-Id: I06033095928be900197cfb313964c833ea251044 Signed-off-by: Fiete Ostkamp --- src/main/resources/application.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b47e4d2..6bd8991 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -16,4 +16,6 @@ spring.sleuth.messaging.jms.enabled = false spring.sleuth.trace-id128=true spring.sleuth.sampler.probability=1.0 spring.sleuth.propagation.type=w3c, b3 -spring.sleuth.supports-join=false \ No newline at end of file +spring.sleuth.supports-join=false + +management.endpoints.web.exposure.include=* -- cgit