You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/05 18:26:00 UTC

[jira] [Commented] (ARTEMIS-1663) Add enhanced message count and size metrics for Queues

    [ https://issues.apache.org/jira/browse/ARTEMIS-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352726#comment-16352726 ] 

ASF GitHub Bot commented on ARTEMIS-1663:
-----------------------------------------

GitHub user cshannon opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1853

    ARTEMIS-1663 - Add new message count and size metrics

    Adding new metrics for tracking message counts and sizes on a Queue.
    This includes tracking metrics for pending, delivering and scheduled
    messages.  The paging store also tracks message size now.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1663

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1853.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1853
    
----
commit ce0b980b4e90a5c95ed88ac697d87cac0605789c
Author: Christopher L. Shannon (cshannon) <ch...@...>
Date:   2018-02-05T18:24:31Z

    ARTEMIS-1663 - Add new message count and size metrics
    
    Adding new metrics for tracking message counts and sizes on a Queue.
    This includes tracking metrics for pending, delivering and scheduled
    messages.  The paging store also tracks message size now.

----


> Add enhanced message count and size metrics for Queues
> ------------------------------------------------------
>
>                 Key: ARTEMIS-1663
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1663
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>            Priority: Major
>
> The purpose of this Jira is to enhance the message count metrics and to add size metrics for Queues.   By size metrics I mean the encoded size of all the messages (for large messages this will include body as well).  Right now we track memory usage but it is also very useful to know exactly how much data is pending on a Queue to be consumed.  
> The scope of this will be support for tracking the count/size of pending messages, count/size of delivering messages, and count/size of scheduled messages.  For each of these categories durable size metrics will be tracked as well. The paging store will also support tracking of size metrics as well.
> These new metrics will be exposed through JMX to allow users to view the statistics.  Also by tracking these new values it will allow for enhanced features in the future (ie new flow control options)
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)