diff options
author | 2024-08-29 10:26:34 +0200 | |
---|---|---|
committer | 2024-08-29 10:26:34 +0200 | |
commit | 3c59f7821a218223cf82f64e10b6810557d84fb9 (patch) | |
tree | acb4e16cd115b6a8908f3810cdc9cb62402a353d /src | |
parent | b15b126b8c029d32d7721ff1b37467582ffaaa1e (diff) |
Enable prometheus metrics in babel1.13.3
Issue-ID: AAI-3980
Change-Id: I06033095928be900197cfb313964c833ea251044
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
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=* |