Skip to content

Commit b9d8bc4

Browse files
committed
Add missing default value for client-provider-type property
Closes gh-41666
1 parent 200fc15 commit b9d8bc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+4
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,10 @@
20732073
"level": "error"
20742074
}
20752075
},
2076+
{
2077+
"name": "management.newrelic.metrics.export.client-provider-type",
2078+
"defaultValue": "insights-api"
2079+
},
20762080
{
20772081
"name": "management.observations.annotations.enabled",
20782082
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)