Add missing default value for client-provider-type property

Closes gh-41666
This commit is contained in:
Stéphane Nicoll 2024-08-01 13:25:56 +02:00
parent 200fc15b5d
commit b9d8bc4715
1 changed files with 4 additions and 0 deletions

View File

@ -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",