Releases: danielqsj/kafka_exporter
Releases · danielqsj/kafka_exporter
1.2.0 / 2018-07-07
- [FEATURE] Support consumer group filter
- [FEATURE] Add grafana dashboard example
- [BUGFIX] Fix topic metrics which is actually deleted in Kafka cluster
1.1.0 / 2018-04-07
- [CHANGE] Change default kafka version to 1.0.0
- [FEATURE] Support inactive consumer group offset and lag
- [FEATURE] Support kafka version configured (via kafka.version)
- [ENHANCEMENT] Accelerate metrics collecting
- [BUGFIX] Fix memory leak issue
- [BUGFIX] Fix other small issues
1.0.1 / 2018-01-12
- [BUGFIX] Fix SASL configuration issue
1.0.0 / 2018-01-08
- [FEATURE] Support TLS
- [FEATURE] Support disable SASL handshake
- [FEATURE] Support enable Sarama logging for detailed connection management events
- [ENHANCEMENT] Provide specific string for Kafka logging, debugging, and auditing purposes
- [BUGFIX] Fix multiple prometheus servers scraping competition issue
- [BUGFIX] Fix overwrite configuration issue
0.3.0 / 2017-12-06
- [FEATURE] Support kafka SASL/PLAIN authentication
- [FEATURE] Support topic filter
- [BUGFIX] Fix topics not sync when modifying topic list
0.2.0 / 2017-10-20
- [CHANGE] Change default port to 9308
- [ENHANCEMENT] Support multiple addresses for kafka servers
0.1.0 / 2017-10-19
Initial release