Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RabbitMQ] Error when an absolute queue name is used #1819

Closed
MartinDatadog opened this issue Aug 7, 2015 · 1 comment
Closed

[RabbitMQ] Error when an absolute queue name is used #1819

MartinDatadog opened this issue Aug 7, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@MartinDatadog
Copy link
Contributor

When adding a queue in the rabbitmq.yaml with its absolute name i.e. vhost/queue_name, the datadog-agent runs into the following error:

Traceback (most recent call last):
File "/opt/datadog-agent/agent/checks/init.py", line 661, in run
self.check(copy.deepcopy(instance))
File "/opt/datadog-agent/agent/checks.d/rabbitmq.py", line 139, in check
QUEUE_TYPE], specified[QUEUE_TYPE], auth=auth)
File "/opt/datadog-agent/agent/checks.d/rabbitmq.py", line 214, in get_stats
explicit_filters.remove(name)
ValueError: list.remove(x): x not in list

Reported in ticket: https://datadog.zendesk.com/agent/tickets/29961

@yannmh
Copy link
Member

yannmh commented Aug 20, 2015

Fixed with #1820. Thanks @MartinDatadog !

@yannmh yannmh closed this as completed Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants