Create a custom JMX MBean in AEM to expose application metrics
Hi Community,
We want to expose some custom application metrics like cache hit ratio, external API call counts, or custom service health checks through JMX Console for better monitoring.
I am aware that AEM exposes several built-in MBeans (via /system/console/jmx), but we need custom MBeans for our project.
What is the recommended approach for creating custom JMX MBeans?