[
https://issues.redhat.com/browse/WFLY-12941?page=com.atlassian.jira.plugi...
]
alireza alallah updated WFLY-12941:
-----------------------------------
Description:
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) {
return "Hello "+name;
}
}
Now in
http://localhost:9990/metrics *total_count* metric does not increase after invoke
endpoint.
was:Count metrics in wildfly17 does not increase
Microprofile count metrics does not increase in wildfly17
----------------------------------------------------------
Key: WFLY-12941
URL:
https://issues.redhat.com/browse/WFLY-12941
Project: WildFly
Issue Type: Bug
Reporter: alireza alallah
Assignee: Brian Stansberry
Priority: Major
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) {
return "Hello "+name;
}
}
Now in
http://localhost:9990/metrics *total_count* metric does not increase after invoke
endpoint.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)