Releases: kbudde/rabbitmq_exporter
Releases · kbudde/rabbitmq_exporter
more filters
#81 include and skip vhost filters
#90 added config option for max number of queues
#93 reset node stats
better timeout
- #79 insecureskipverfiy now accepts true,TRUE and 1
- #68 , #76 new setting RABBIT_TIMEOUT for client timeout
- new client timeout default: 30 seconds
golang 1.10
push docker images
- updated travis build file -> uploads docker images again
fix for bertmap, timeouts and invalid config
- fixed problem with bertmap #70 (hash of unhashable type)
- increased timeout of http client to 15s #68
- fail on invalid rabbit url on startup; before it was silently ignored. Same for the listening port #75
option to set listening host/ip
- #66 added option to set listening host/ip
- updated dependencies
Recommended port: 9419 (#53)
restored node label
- #62 node endpoint: label 'node' restored
- #59 improved release workflow; preparing 1.0 / non breaking updates
- updated dependencies
partition metric fixed
Bug fix:
#56 node metrics broken
#54 Metrics Partition - Returns 0 In A Partioned Network
unstable release / do not use
Bug fix:
#54 Metrics Partition - Returns 0 In A Partioned Network
bug #56 introduced
faster/less cpu hungry!
#50 optimizations to speed up scraping and reduce cpu load
json: 30-40% cpu usage compared to the old version
bert: before it was using more cpu than json decoding (150%). Now it is just 75%.
recommended settings: (check readme for necessary rabbitmq version)
RABBIT_CAPABILITIES=no_sort,bert
total message counter
- #48 Add metrics for total number of messages (per cluster)
- fixed readme