How @Counted works? I have added @Counted annotation on my method in Controller and expecting to see how many hits are coming to the controller. But i cannot see metrics added onto the url http://localhost:8080/actuator/prometheus.
@Counted(value = "counted.success.test",description = "testCounter")