You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Andy Taylor (Jira)" <ji...@apache.org> on 2022/10/05 10:55:00 UTC

[jira] [Updated] (ARTEMIS-3875) Improve consumer/producer metrics

     [ https://issues.apache.org/jira/browse/ARTEMIS-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Taylor updated ARTEMIS-3875:
---------------------------------
    Summary: Improve consumer/producer metrics  (was: expose more consumer/producer metrics)

> Improve consumer/producer metrics
> ---------------------------------
>
>                 Key: ARTEMIS-3875
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3875
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Andy Taylor
>            Assignee: Andy Taylor
>            Priority: Major
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> adding the following metrics:
>  
> _Consumer_
> _Msgs Sent - current number of messages sent to consumer which are not yet acknowledged._
> _Size Sent - combined size of unacknowledged messages sent to consumer._
> _Last Sent - approximate time elapsed since last message was sent by the server to the consumer._
> _Last Akcd - approximate time elapsed since last time any message sent to the consumer was acknowledged by consumer._
> _Total Sent - total number of messages sent to consumer since it was created._
> _Total Acked - total number of messages sent to the consumer and acknowledged by consumer since it was created._
>  
> _Producer_
> _Total Msgs Sent - number of messages sent by the producer_
> _Total Size Sent - combined size of messages sent by the producer_



--
This message was sent by Atlassian Jira
(v8.20.10#820010)