aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 66f0da5..0c40eb2 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -79,7 +79,8 @@ management.server.port=8448
management.endpoints.enabled-by-default=true
#To Enable Actuator Endpoint, you can override this in OOM Charts
management.endpoints.web.exposure.include=info, health, loggers, prometheus
-management.metrics.web.server.auto-time-requests=false
+# This property is deprecated: Should be applied at the ObservationRegistry level.
+# management.metrics.web.server.request.autotime.enabled=false
management.info.env.enabled=true
# If true, the actuator health check will be overriden