Skip to content

Releases: kbudde/rabbitmq_exporter

gauge not counter

03 Oct 20:47
Compare
Choose a tag to compare

#46 some values should be gauges instead of counters

more endpoints and configuration

29 Sep 19:36
Compare
Choose a tag to compare
  • #36 read username and password from files to support docker secrets
  • #38 connection metrics
  • #40 metric for partition info
  • #42 Log and return error on request construction failure
  • possibility to en/disable subsets of metrics (per endpoint)
  • Build using go 1.9

queue_messages_ack_total

14 May 18:52
Compare
Choose a tag to compare

#33 Add queue ack counter (new queue metric: queue_messages_ack_total)

Bert

19 Apr 19:38
Compare
Choose a tag to compare

Special thanks to @binarin. RabbitMQ Exporter now supports Bert.

[FEATURE] Don't ask for sorted results from RabbitMQ #28
[FEATURE] Add support for BERT-encoded RabbitMQ replies #29

more

02 Apr 18:55
Compare
Choose a tag to compare

[FEATURE] added labels: durable/policy to queue #25
[FIX] Wrong field names for node endpoint #27
[FEATURE] Adds descriptor for rabbit nodes #24
[FEATURE] Added head_message_timestamp metric

Update build infrastructure

07 Jan 21:29
Compare
Choose a tag to compare
  • Add feature INCLUDE_QUEUES (#23)
  • Updated dependencies

Skip Queues

19 Nov 21:50
Compare
Choose a tag to compare

New Config:

  • SKIP_QUEUES: "^$", // regex, matching queue names are not exported (useful for short-lived rpc queues)

include empty metrics, ssl support

06 Oct 19:07
Compare
Choose a tag to compare

SSL support: ignore certificate or provide own ca #14
metrics: always export all metrics #15

added ca and skipverify option

12 Sep 20:32
Compare
Choose a tag to compare
Pre-release

Preview release for testing secured https requests.

added exchange + up metrics

04 Sep 09:57
Compare
Choose a tag to compare
  • rabbitmq_up added #11
  • exchange metrics added #10