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:
ohchanKyu
2026-09-08 16:54:18 +01:00
committed by Andy Wilkinson
parent bfc2935ad4
commit afc3178f33
@@ -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",