[jira] [Commented] (ARTEMIS-4719) Artemis Metrics plugin reports wrong data

2024-05-07 Thread Mohanavalli A (Jira)


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

Mohanavalli A commented on ARTEMIS-4719:


Attaching the source code for your reference.[^broker-metrics-plugin.zip]

> Artemis Metrics plugin reports wrong data
> -
>
> Key: ARTEMIS-4719
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4719
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Reporter: Mohanavalli A
>Priority: Minor
> Attachments: 6m peak.png, broker-metrics-plugin.zip, 
> image-2024-04-10-12-46-10-394.png
>
>
> We are using an Artemis broker metrics plugin to monitor the message count on 
> each address of the broker. Recently we have noticed that the plugin reported 
> values which were not realistic and not matching with any of our other 
> monitoring information available.
> !6m peak.png|width=502,height=471! 
> For a particular address, the plugin reported below values every minute.  The 
> messages count increase from 437k to 5million and 451K to 6million and a fall 
> from 6M to 462 K are not realistic considering the producer/consumers 
> capacity. From the values 5M and 6M look to be fake values. 
> !image-2024-04-10-12-46-10-394.png|width=211,height=429!



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


[jira] [Commented] (ARTEMIS-4719) Artemis Metrics plugin reports wrong data

2024-04-17 Thread Justin Bertram (Jira)


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

Justin Bertram commented on ARTEMIS-4719:
-

bq. This plugin only reads the `artemis.message.count` metric, renames to 
`eesb.message.count` and add a few tags  for monitoring purpose. There is no 
aggregation and its single value per address.

I'm still confused. *Every* queue reports {{artemis.message.count}} - only with 
a different {{address}} and {{queue}} tag. Is your plugin taking this into 
account? Can you share you plugin source code? At this point I'm likely to 
resolve this Jira as "Cannot Reproduce" and chalk it up to your plugin.

> Artemis Metrics plugin reports wrong data
> -
>
> Key: ARTEMIS-4719
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4719
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Reporter: Mohanavalli A
>Priority: Minor
> Attachments: 6m peak.png, image-2024-04-10-12-46-10-394.png
>
>
> We are using an Artemis broker metrics plugin to monitor the message count on 
> each address of the broker. Recently we have noticed that the plugin reported 
> values which were not realistic and not matching with any of our other 
> monitoring information available.
> !6m peak.png|width=502,height=471! 
> For a particular address, the plugin reported below values every minute.  The 
> messages count increase from 437k to 5million and 451K to 6million and a fall 
> from 6M to 462 K are not realistic considering the producer/consumers 
> capacity. From the values 5M and 6M look to be fake values. 
> !image-2024-04-10-12-46-10-394.png|width=211,height=429!



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


[jira] [Commented] (ARTEMIS-4719) Artemis Metrics plugin reports wrong data

2024-04-17 Thread Mohanavalli A (Jira)


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

Mohanavalli A commented on ARTEMIS-4719:


We have a custom metrics plugin implementing ActiveMQMetricsPlugin. This plugin 
only reads the `artemis.message.count` metric, renames to `eesb.message.count` 
and add a few tags  for monitoring purpose. There is no aggregation and its 
single value per address.

There is no way to reproduce this as of now.

> Artemis Metrics plugin reports wrong data
> -
>
> Key: ARTEMIS-4719
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4719
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Reporter: Mohanavalli A
>Priority: Minor
> Attachments: 6m peak.png, image-2024-04-10-12-46-10-394.png
>
>
> We are using an Artemis broker metrics plugin to monitor the message count on 
> each address of the broker. Recently we have noticed that the plugin reported 
> values which were not realistic and not matching with any of our other 
> monitoring information available.
> !6m peak.png|width=502,height=471! 
> For a particular address, the plugin reported below values every minute.  The 
> messages count increase from 437k to 5million and 451K to 6million and a fall 
> from 6M to 462 K are not realistic considering the producer/consumers 
> capacity. From the values 5M and 6M look to be fake values. 
> !image-2024-04-10-12-46-10-394.png|width=211,height=429!



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


[jira] [Commented] (ARTEMIS-4719) Artemis Metrics plugin reports wrong data

2024-04-15 Thread Justin Bertram (Jira)


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

Justin Bertram commented on ARTEMIS-4719:
-

Every queue should have a corresponding {{artemis.message.count}} metric. The 
metric will be tagged with the name of the related {{address}} and {{queue}}. 
The fact that your graph is labeled as "eESB Messages Count" indicates to me 
that it's aggregating the {{artemis.message.count}} metric from more than one 
queue, perhaps every queue on the broker. Do you know what the {{address}} and 
{{queue}} tags are for this graph? Are you 100% certain it's not aggregating 
anything and is only for a single queue?

What metrics plugin are you using?

Do you have a way to reproduce this?

> Artemis Metrics plugin reports wrong data
> -
>
> Key: ARTEMIS-4719
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4719
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 2.32.1
>Reporter: Mohanavalli A
>Priority: Minor
> Attachments: 6m peak.png, image-2024-04-10-12-46-10-394.png
>
>
> We are using an Artemis broker metrics plugin to monitor the message count on 
> each address of the broker. Recently we have noticed that the plugin reported 
> values which were not realistic and not matching with any of our other 
> monitoring information available.
> !6m peak.png|width=502,height=471! 
> For a particular address, the plugin reported below values every minute.  The 
> messages count increase from 437k to 5million and 451K to 6million and a fall 
> from 6M to 462 K are not realistic considering the producer/consumers 
> capacity. From the values 5M and 6M look to be fake values. 
> !image-2024-04-10-12-46-10-394.png|width=211,height=429!



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


[jira] [Commented] (ARTEMIS-4719) Artemis Metrics plugin reports wrong data

2024-04-15 Thread Mohanavalli A (Jira)


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

Mohanavalli A commented on ARTEMIS-4719:


Sorry the broker version is 2.32.1

> Artemis Metrics plugin reports wrong data
> -
>
> Key: ARTEMIS-4719
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4719
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 2.23.1
>Reporter: Mohanavalli A
>Priority: Minor
> Attachments: 6m peak.png, image-2024-04-10-12-46-10-394.png
>
>
> Hi Team,
>  
> We are using the Artemis broker metrics plugin to monitor the message count 
> on each address of the broker. Recently we have noticed that the plugin 
> reported values which were not realistic and not matching with any of our 
> other monitoring information available.
> !6m peak.png|width=502,height=471!
>  
> For a particular address, the plugin reported below values every minute.  The 
> messages count increase from 437k to 5million and 451K to 6million and a fall 
> from 6M to 462 K are not realistic considering the producer/consumers 
> capacity. From the values 5M and 6M look to be fake values.
>  
> !image-2024-04-10-12-46-10-394.png|width=211,height=429!



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


[jira] [Commented] (ARTEMIS-4719) Artemis Metrics plugin reports wrong data

2024-04-10 Thread Justin Bertram (Jira)


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

Justin Bertram commented on ARTEMIS-4719:
-

Are you really using version 2.23.1? If so, I would strongly recommend you 
upgrade. You may have hit a bug that's already been resolved in the time (i.e. 
almost 2 years at this point) since 2.23.1 was released.

Aside from the broker version, do you have any more details? For example, is 
this metric in the screenshot an aggregation of other metrics? If so, what 
specific metrics is it aggregating?

> Artemis Metrics plugin reports wrong data
> -
>
> Key: ARTEMIS-4719
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4719
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 2.23.1
>Reporter: Mohanavalli A
>Priority: Minor
> Attachments: 6m peak.png, image-2024-04-10-12-46-10-394.png
>
>
> Hi Team,
>  
> We are using the Artemis broker metrics plugin to monitor the message count 
> on each address of the broker. Recently we have noticed that the plugin 
> reported values which were not realistic and not matching with any of our 
> other monitoring information available.
> !6m peak.png|width=502,height=471!
>  
> For a particular address, the plugin reported below values every minute.  The 
> messages count increase from 437k to 5million and 451K to 6million and a fall 
> from 6M to 462 K are not realistic considering the producer/consumers 
> capacity. From the values 5M and 6M look to be fake values.
>  
> !image-2024-04-10-12-46-10-394.png|width=211,height=429!



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