[jboss-jira] [JBoss JIRA] (WFLY-12941) Microprofile count metrics does not increase in wildfly17
Brian Stansberry (Jira)
issues at jboss.org
Thu Jan 9 14:12:13 EST 2020
[ https://issues.redhat.com/browse/WFLY-12941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned WFLY-12941:
---------------------------------------
Component/s: MP Metrics
Assignee: Jeff Mesnil (was: Brian Stansberry)
Thanks [~alireza.alallah] -- so I've set the component on this and assigned over the [~jmesnil] the component lead for MP Metrics.
My comment about 'statistics-enabled' isn't relevant to this one. :)
> Microprofile count metrics does not increase in wildfly17
> ----------------------------------------------------------
>
> Key: WFLY-12941
> URL: https://issues.redhat.com/browse/WFLY-12941
> Project: WildFly
> Issue Type: Bug
> Components: MP Metrics
> Reporter: alireza alallah
> Assignee: Jeff Mesnil
> 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)
More information about the jboss-jira
mailing list