Kafka Exporter Versions Save

Kafka exporter for Prometheus

v1.7.0

11 months ago

v1.6.0

1 year ago

[FEATURE] Add option kafka.allow-auto-topic-creation to control whether auto-create topics which do not already exist, default is false. [ENHANCEMENT] Use klog to replace glog, which can make kingpin flag parse correctly.

v1.5.0

1 year ago

[FEATURE] Add broker info metric https://github.com/danielqsj/kafka_exporter/pull/300 [FEATURE] Add Datadog Support for Helm Chart https://github.com/danielqsj/kafka_exporter/pull/324 [ENHANCEMENT] Upgrade golang to 1.19 https://github.com/danielqsj/kafka_exporter/pull/322 [ENHANCEMENT] Upgrade sarama to v1.36.0 [ENHANCEMENT] Update prometheus/client_golang to v1.11.1 https://github.com/danielqsj/kafka_exporter/pull/319 [ENHANCEMENT] Update x/crypto and x/text dependencies https://github.com/danielqsj/kafka_exporter/pull/312

v1.4.2

2 years ago

[FEATURE] Support linux/arm64 and linux/ppc64le [FEATURE] Add possibility to enable TLS for web server #258 [ENHANCEMENT] Set glog levels to control verbosity #263 [ENHANCEMENT] helm chart: changed log level to verbosity #261 [BUGFIX] flag display and handler issue

v1.4.1

2 years ago

[ENHANCEMENT] Performance improvements for large clusters https://github.com/danielqsj/kafka_exporter/pull/228

v1.4.0

2 years ago

[FEATURE] introduce offset.show-all to control offset logic, default to collect all offset as 1.3.0 [FEATURE] upgrade to go 1.17 [ENHANCEMENT] fix build info missing

v1.3.2

2 years ago

[FEATURE] Enable building multi-arch docker images for s390x https://github.com/danielqsj/kafka_exporter/pull/251 [FEATURE] Add Kustomize Support https://github.com/danielqsj/kafka_exporter/pull/233 [FEATURE] Support connect to kerberized Kafka https://github.com/danielqsj/kafka_exporter/pull/230 [FEATURE] Initial smoke test https://github.com/danielqsj/kafka_exporter/pull/223 [FEATURE] Allow to skip certificate verification when tls is enabled https://github.com/danielqsj/kafka_exporter/pull/242 [ENHANCEMENT] offset/lag collect use all partition if consumer group is not Stable https://github.com/danielqsj/kafka_exporter/pull/255 [ENHANCEMENT] Replace github.com/prometheus/common/log with standard libary log https://github.com/danielqsj/kafka_exporter/pull/246 [ENHANCEMENT] Upgrade sarama to v1.29.1 [BUGFIX] fix ASN errors during Kerberos https://github.com/danielqsj/kafka_exporter/pull/249

v1.3.1

3 years ago

[FEATURE] Support specific sasl.mechanism #215 [ENHANCEMENT] Accelerate comsumer group offset and lag metrics collecting #220 [BUGFIX] Fix some release issue

v1.3.0

3 years ago

[FEATURE] Upgrade golang to 1.16 [FEATURE] Upgrade sarama to v1.28.0 [FEATURE] Support Scram [FEATURE] Add helm chart [FEATURE] other enhancements and bugfix

v1.2.0

5 years ago
  • [FEATURE] Support consumer group filter
  • [FEATURE] Add grafana dashboard example
  • [BUGFIX] Fix topic metrics which is actually deleted in Kafka cluster