diff options
Diffstat (limited to 'src/main')
-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=* |