Telegraf: Add RabbitMQ Queue idle_since

Created on 25 Sep 2016  路  2Comments  路  Source: influxdata/telegraf

When a queue has no traffic, there will be an extra field in the JSON called idle_since.

idle_since is nice to monitor queue activity/uptime. Tracking the message rates over time could give a similar number, but it's not as straightforward and you wouldn't have the timestamp which can be very useful for diagnosing issues.

enhancement help wanted

Most helpful comment

Better would be idle_for (seconds).

All 2 comments

Better would be idle_for (seconds).

Was this page helpful?
0 / 5 - 0 ratings