Export Spring Boot 3 custom metrics to AppDynamics
Lets say I have created two custom metrics i.e Counter and Timer using Micrometer in Spring boot 3. These metrics are exposed via /actuator/metrics and /actuator/prometheus endpoints.I have AppDynamics enabled for my application and no where I can se...