Skip to content

Commit eb8fe66

Browse files
committed
Merge branch '3.3.x'
Closes gh-42194
2 parents c591fab + 0cef42c commit eb8fe66

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
@@ -1910,15 +1910,15 @@
19101910
"defaultValue": true,
19111911
"deprecation": {
19121912
"level": "error",
1913-
"reason": "Should be applied at the ObservationRegistry level."
1913+
"reason": "Requests are timed automatically."
19141914
}
19151915
},
19161916
{
19171917
"name": "management.metrics.graphql.autotime.percentiles",
19181918
"description": "Computed non-aggregable percentiles to publish.",
19191919
"deprecation": {
19201920
"level": "error",
1921-
"reason": "Should be applied at the ObservationRegistry level."
1921+
"reason": "Should be configured globally via management.metrics.distribution.percentiles."
19221922
}
19231923
},
19241924
{
@@ -1927,7 +1927,7 @@
19271927
"defaultValue": false,
19281928
"deprecation": {
19291929
"level": "error",
1930-
"reason": "Should be applied at the ObservationRegistry level."
1930+
"reason": "Should be configured globally via management.metrics.distribution.percentiles-histogram."
19311931
}
19321932
},
19331933
{
@@ -1953,15 +1953,15 @@
19531953
"defaultValue": true,
19541954
"deprecation": {
19551955
"level": "error",
1956-
"reason": "Should be applied at the ObservationRegistry level."
1956+
"reason": "Requests are timed automatically."
19571957
}
19581958
},
19591959
{
19601960
"name": "management.metrics.web.client.request.autotime.percentiles",
19611961
"description": "Computed non-aggregable percentiles to publish.",
19621962
"deprecation": {
19631963
"level": "error",
1964-
"reason": "Should be applied at the ObservationRegistry level."
1964+
"reason": "Should be configured globally via management.metrics.distribution.percentiles."
19651965
}
19661966
},
19671967
{
@@ -1970,7 +1970,7 @@
19701970
"defaultValue": false,
19711971
"deprecation": {
19721972
"level": "error",
1973-
"reason": "Should be applied at the ObservationRegistry level."
1973+
"reason": "Should be configured globally via management.metrics.distribution.percentiles-histogram."
19741974
}
19751975
},
19761976
{
@@ -2003,15 +2003,15 @@
20032003
"defaultValue": true,
20042004
"deprecation": {
20052005
"level": "error",
2006-
"reason": "Should be applied at the ObservationRegistry level."
2006+
"reason": "Requests are timed automatically."
20072007
}
20082008
},
20092009
{
20102010
"name": "management.metrics.web.server.request.autotime.percentiles",
20112011
"description": "Computed non-aggregable percentiles to publish.",
20122012
"deprecation": {
20132013
"level": "error",
2014-
"reason": "Should be applied at the ObservationRegistry level."
2014+
"reason": "Should be configured globally via management.metrics.distribution.percentiles."
20152015
}
20162016
},
20172017
{
@@ -2020,7 +2020,7 @@
20202020
"defaultValue": false,
20212021
"deprecation": {
20222022
"level": "error",
2023-
"reason": "Should be applied at the ObservationRegistry level."
2023+
"reason": "Should be configured globally via management.metrics.distribution.percentiles-histogram."
20242024
}
20252025
},
20262026
{

0 commit comments

Comments
 (0)