Skip to content

Commit 0cef42c

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42193
2 parents 7b6997a + b1db3ad commit 0cef42c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,15 +1942,15 @@
19421942
"defaultValue": true,
19431943
"deprecation": {
19441944
"level": "error",
1945-
"reason": "Should be applied at the ObservationRegistry level."
1945+
"reason": "Requests are timed automatically."
19461946
}
19471947
},
19481948
{
19491949
"name": "management.metrics.graphql.autotime.percentiles",
19501950
"description": "Computed non-aggregable percentiles to publish.",
19511951
"deprecation": {
19521952
"level": "error",
1953-
"reason": "Should be applied at the ObservationRegistry level."
1953+
"reason": "Should be configured globally via management.metrics.distribution.percentiles."
19541954
}
19551955
},
19561956
{
@@ -1959,7 +1959,7 @@
19591959
"defaultValue": false,
19601960
"deprecation": {
19611961
"level": "error",
1962-
"reason": "Should be applied at the ObservationRegistry level."
1962+
"reason": "Should be configured globally via management.metrics.distribution.percentiles-histogram."
19631963
}
19641964
},
19651965
{
@@ -1985,15 +1985,15 @@
19851985
"defaultValue": true,
19861986
"deprecation": {
19871987
"level": "error",
1988-
"reason": "Should be applied at the ObservationRegistry level."
1988+
"reason": "Requests are timed automatically."
19891989
}
19901990
},
19911991
{
19921992
"name": "management.metrics.web.client.request.autotime.percentiles",
19931993
"description": "Computed non-aggregable percentiles to publish.",
19941994
"deprecation": {
19951995
"level": "error",
1996-
"reason": "Should be applied at the ObservationRegistry level."
1996+
"reason": "Should be configured globally via management.metrics.distribution.percentiles."
19971997
}
19981998
},
19991999
{
@@ -2002,7 +2002,7 @@
20022002
"defaultValue": false,
20032003
"deprecation": {
20042004
"level": "error",
2005-
"reason": "Should be applied at the ObservationRegistry level."
2005+
"reason": "Should be configured globally via management.metrics.distribution.percentiles-histogram."
20062006
}
20072007
},
20082008
{
@@ -2035,15 +2035,15 @@
20352035
"defaultValue": true,
20362036
"deprecation": {
20372037
"level": "error",
2038-
"reason": "Should be applied at the ObservationRegistry level."
2038+
"reason": "Requests are timed automatically."
20392039
}
20402040
},
20412041
{
20422042
"name": "management.metrics.web.server.request.autotime.percentiles",
20432043
"description": "Computed non-aggregable percentiles to publish.",
20442044
"deprecation": {
20452045
"level": "error",
2046-
"reason": "Should be applied at the ObservationRegistry level."
2046+
"reason": "Should be configured globally via management.metrics.distribution.percentiles."
20472047
}
20482048
},
20492049
{
@@ -2052,7 +2052,7 @@
20522052
"defaultValue": false,
20532053
"deprecation": {
20542054
"level": "error",
2055-
"reason": "Should be applied at the ObservationRegistry level."
2055+
"reason": "Should be configured globally via management.metrics.distribution.percentiles-histogram."
20562056
}
20572057
},
20582058
{

0 commit comments

Comments
 (0)