-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior
Description
Bug report
System info:
Telegraf 0.13.1
Docker container : Ubuntu 16.04
Rabbitmq : 3.5.7
Steps to reproduce:
- Configure rabbitmq input on telegraf
- Configure prometheus output on telegraf
- Create an ephemeral queue on rabbitmq
- Publish a message
- Wait that telegraf get metrics
- Delete ephemeral queue
- Wait a bit
- Go to telegraf's prometheus output
- See that rabbitmq_queue_messages / rabbitmq_queue_messages_ready metric is not 0
Expected behavior:
As the queue no longer exists, telegraf should output 0 as message number for rabbitmq_queue_messages / rabbitmq_queue_messages_ready
Actual behavior:
I still see non zero metric for rabbitmq_queue_messages / rabbitmq_queue_messages_ready metrics of non existing queue.
Additional info:
With influxdb output, telegraf seems to stop sending the metric with the corresponding tag.
The problem of prometheus output not being refreshed / showing wrong metrics may be present for other input too.
Use case: [Why is this important (helps with prioritizing requests)]
This is important because we are sending metrics that are wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior