Skip to content

Releases: kbudde/rabbitmq_exporter

more filters

29 Aug 10:57
Compare
Choose a tag to compare

#81 include and skip vhost filters
#90 added config option for max number of queues
#93 reset node stats

better timeout

25 Apr 20:05
Compare
Choose a tag to compare
  • #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

10 Apr 08:05
Compare
Choose a tag to compare
  • updated travis build file -> uploads docker images again

fix for bertmap, timeouts and invalid config

08 Apr 10:01
Compare
Choose a tag to compare
  • 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

26 Feb 21:49
Compare
Choose a tag to compare
  • #66 added option to set listening host/ip
  • updated dependencies

Recommended port: 9419 (#53)

restored node label

02 Dec 21:50
Compare
Choose a tag to compare
  • #62 node endpoint: label 'node' restored
  • #59 improved release workflow; preparing 1.0 / non breaking updates
  • updated dependencies

partition metric fixed

30 Nov 20:40
Compare
Choose a tag to compare

Bug fix:
#56 node metrics broken
#54 Metrics Partition - Returns 0 In A Partioned Network

unstable release / do not use

25 Nov 22:00
Compare
Choose a tag to compare
Pre-release

Bug fix:
#54 Metrics Partition - Returns 0 In A Partioned Network

bug #56 introduced

faster/less cpu hungry!

17 Nov 05:17
Compare
Choose a tag to compare

#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

09 Oct 20:07
Compare
Choose a tag to compare
  • #48 Add metrics for total number of messages (per cluster)
  • fixed readme