mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix typo in deprecated Pushgateway base-url property metadata
The deprecation entry for management.prometheus.metrics.export.pushgateway.base-url was declared as "management.promethus", so the deprecation was never reported. Signed-off-by: ohchanKyu <okc0202@naver.com> See gh-51627
This commit is contained in:
committed by
Andy Wilkinson
parent
bfc2935ad4
commit
afc3178f33
+1
-1
@@ -1822,7 +1822,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.promethus.metrics.export.pushgateway.base-url",
|
||||
"name": "management.prometheus.metrics.export.pushgateway.base-url",
|
||||
"type": "java.lang.String",
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
|
||||
Reference in New Issue
Block a user