-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
for example
@Path("/")
public class RESTEndpoints {
@GET
@Path("/hello")
@Counted(name"total_count",absolute = true)
public String hello(@DefaultValue("my friend!") @QueryParam("name") String name)
}
Now in http://localhost:9990/metrics total_count metric does not increase after invoke endpoint.