Releases: kbudde/rabbitmq_exporter
Releases · kbudde/rabbitmq_exporter
gauge not counter
#46 some values should be gauges instead of counters
more endpoints and configuration
- #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
#33 Add queue ack counter (new queue metric: queue_messages_ack_total)
Bert
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
[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
- Add feature INCLUDE_QUEUES (#23)
- Updated dependencies
Skip Queues
New Config:
- SKIP_QUEUES: "^$", // regex, matching queue names are not exported (useful for short-lived rpc queues)
include empty metrics, ssl support
SSL support: ignore certificate or provide own ca #14
metrics: always export all metrics #15
added ca and skipverify option
Preview release for testing secured https requests.
added exchange + up metrics
- rabbitmq_up added #11
- exchange metrics added #10