From b9d8bc4715668949a3b60b38414ee8f764029532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 1 Aug 2024 13:25:56 +0200 Subject: [PATCH] Add missing default value for client-provider-type property Closes gh-41666 --- .../META-INF/additional-spring-configuration-metadata.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index f5cac72f8ac..77a1520f811 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -2073,6 +2073,10 @@ "level": "error" } }, + { + "name": "management.newrelic.metrics.export.client-provider-type", + "defaultValue": "insights-api" + }, { "name": "management.observations.annotations.enabled", "type": "java.lang.Boolean",