# RabbitMQ Queue metrics

**URL:** https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518
**Category:** Beats
**Tags:** metricbeat
**Created:** [December 6, 2017, 1:22pm UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518 "2017-12-06T13:22:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Ric](https://avatars.discourse-cdn.com/v4/letter/r/c77e96/32.png) [@Ric](https://discuss.elastic.co/u/Ric)
#### Post date: [December 6, 2017, 1:22pm UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518/1 "2017-12-06T13:22:38Z")

</div>

Hi,  
New to ELK, I'm trying to setup RabbitMQ module of MetricBeat.  
Succeed in the "node" metricsets part: works well.

In the doc [MetricBeat RabbitMQ Module](https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-module-rabbitmq.html), there is a second metricsets documented : "queue".

Looks like it is quite new (in the 6.0.0 release notes).  
But when I activate it in the module config file, this metricset is "unknown":

> 2017/12/06 13:19:15.603884 beat.go:625: CRIT Exiting: 1 error: 1 error: metricset 'rabbitmq/queues' is not registered, metricset not found  
> Exiting: 1 error: 1 error: metricset 'rabbitmq/queues' is not registered, metricset not found

Note that I'm using a Windows 64bits configuration.  
Any idea ?

Thanks

---

<div class="post-metadata">

### Author: ![ruflin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ruflin/32/3116_2.png) [@ruflin](https://discuss.elastic.co/u/ruflin)
#### Post date: [December 7, 2017, 3:49am UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518/2 "2017-12-07T03:49:00Z")

</div>

I assume you use `queues` instead of `queue` in your config? Can you share your config?

---

<div class="post-metadata">

### Author: ![Ric](https://avatars.discourse-cdn.com/v4/letter/r/c77e96/32.png) [@Ric](https://discuss.elastic.co/u/Ric)
#### Post date: [December 7, 2017, 6:32am UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518/3 "2017-12-07T06:32:32Z")

</div>

Hi Ruflin, thanks for your answer 🙂

Concerning the `queues` and `queue`: I have tried both.

Here is the configuration I used (with `queue` instead of `queues`):

```
#------------------------------ RabbitMQ Module ------------------------------
- module: rabbitmq
  metricsets: ["node", "queue"] 
  period: 10s
  hosts: ["localhost:15672"]

  username: Monitoring
  password: Monitoring

```

The `node` part is working great, but if I activate the `queue`, I have the error:  
beat.go:625: CRIT Exiting: 1 error: 1 error: metricset 'rabbitmq/queue' is not registered, metricset not found  
Exiting: 1 error: 1 error: metricset 'rabbitmq/queue' is not registered, metricset not found

---

<div class="post-metadata">

### Author: ![Ric](https://avatars.discourse-cdn.com/v4/letter/r/c77e96/32.png) [@Ric](https://discuss.elastic.co/u/Ric)
#### Post date: [December 7, 2017, 2:00pm UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518/4 "2017-12-07T14:00:24Z")

</div>

> [@Ric](#):
>
> In the doc MetricBeat RabbitMQ Module, there is a second metricsets documented : "queue".

Just checked today and ... the 'queue' metricset is well documented, but in the 'master' and '6.1' documentation, not (or no more ?) in the 6.0.  
I assume then that it is not part of the 6.0 release but in the 6.1  
Planned release date ?

---

<div class="post-metadata">

### Author: ![ruflin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ruflin/32/3116_2.png) [@ruflin](https://discuss.elastic.co/u/ruflin)
#### Post date: [December 8, 2017, 1:14am UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518/5 "2017-12-08T01:14:08Z")

</div>

Hi Eric

Completely forgot that we only added that for 6.1. 6.1 is almost around the corner, but we don't communicate exact dates.

---

<div class="post-metadata">

### Author: ![Ric](https://avatars.discourse-cdn.com/v4/letter/r/c77e96/32.png) [@Ric](https://discuss.elastic.co/u/Ric)
#### Post date: [December 8, 2017, 7:19am UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518/6 "2017-12-08T07:19:37Z")

</div>

Thanks a lot for the clarification !

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 5, 2018, 7:19am UTC](https://discuss.elastic.co/t/rabbitmq-queue-metrics/110518/7 "2018-01-05T07:19:52Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
