From 919f404fc03bfc30316592946ef86c88bda8e149 Mon Sep 17 00:00:00 2001 From: dashaun Date: Tue, 6 Feb 2024 13:20:22 -0600 Subject: [PATCH] update info details --- src/main/resources/application.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index ab2fcbe..6af2141 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -2,21 +2,21 @@ management: endpoints: web: exposure: - include: "health, metrics, prometheus, info, env, scaler" + include: "health, metrics, prometheus, info, scaler" endpoint: health: show-details: always probes: add-additional-paths: true env: - show-values: always - info: - env: - enabled: true - java: - enabled: true - os: - enabled: true + show-values: never + info: + env: + enabled: true + java: + enabled: true + os: + enabled: true zipkin: tracing: endpoint: "${ZIPKIN_ENDPOINT:http://localhost:9411/api/v2/spans}"