From 53208e359d28bebe8dc5116d295b19dba7010d68 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 18 Oct 2023 15:28:34 +0200 Subject: Update spring-boot to 2.3 - update spring-boot to latest 2.3.X release - replace deprecated property distribution.sla with distribution.slo Issue-ID: AAI-3666 Change-Id: I4d3fcebf7360e1c21cbde7d45c709483a0bdce5b Signed-off-by: Fiete Ostkamp --- aai-resources/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-resources/src') diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index af2e16e..3905dd8 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -100,7 +100,7 @@ management.endpoints.enabled-by-default=true management.endpoints.web.exposure.include=info, health, prometheus management.metrics.web.server.request.autotime.enabled=false management.metrics.distribution.percentiles-histogram[http.server.requests]=true -management.metrics.distribution.sla[http.server.requests]=20ms, 30ms, 40ms, 50ms, 60ms, 70ms, 80ms, 90ms, 100ms, 500ms, 1000ms, 5000ms, 7000ms +management.metrics.distribution.slo.http.server.requests=20ms, 30ms, 40ms, 50ms, 60ms, 70ms, 80ms, 90ms, 100ms, 500ms, 1000ms, 5000ms, 7000ms management.metrics.tags.group_id=aai # management.metrics.tags.app_id=${info.build.artifact} # management.metrics.tags.aai_uri=${schema.uri.base.path} -- cgit 1.2.3-korg