Azure / appcat-rulesets

Repository for maintaining Rulesets for Windup
Eclipse Public License 2.0
5 stars 7 forks source link

check metrics clients and endpoints #139

Closed KaiqianYang closed 10 months ago

KaiqianYang commented 10 months ago

https://learn.microsoft.com/en-us/azure/developer/java/migration/migrate-spring-cloud-to-azure-spring-apps?toc=%2Fazure%2Fspring-apps%2Ftoc.json&bc=%2Fazure%2Fspring-apps%2Fbreadcrumb%2Ftoc.json&pivots=sc-standard-tier#disable-metrics-clients-and-endpoints-in-your-applications

Disable metrics clients and endpoints in your applications Remove any metrics clients used or any metrics endpoints exposed in your applications.

showpune commented 10 months ago

Check if in yaml file -Dmanagement.endpoints.jmx.exposure.include since ASA will override it

KaiqianYang commented 10 months ago

Check if in yaml file -Dmanagement.endpoints.jmx.exposure.include since ASA will override it

this is checked by https://github.com/Azure/appcat-rulesets/pull/148