Skip to content

Releases: danielqsj/kafka_exporter

1.7.0 / 2023-05-24

24 May 04:17
Compare
Choose a tag to compare

[FEATURE] Add topic and group exclusion parameters #379
[FEATURE] Upgrade golang to 1.20.4 0d5444a
[ENHANCEMENT] Set RootCAs to nil in default case 3852615
[ENHANCEMENT] Bump github.com/Shopify/sarama from 1.36.0 to 1.38.1 b9727bc
[ENHANCEMENT] Bump k8s.io/klog/v2 from 2.70.1 to 2.90.1 a450413
[ENHANCEMENT] update kingpin, prometheus, golang.org/x/net dependency 358eb6a
[ENHANCEMENT] bump golangci-lint to 1.52.2 d51342f
[ENHANCEMENT] upgrade github.com/prometheus/promu to v0.14.0 9f423db
[ENHANCEMENT] docs: add doc for zookeeper part ad9d078
[FIX] docs: fix Grafana dashboard URL 14363cc

1.6.0 / 2022-08-24

24 Aug 05:50
Compare
Choose a tag to compare

[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.

1.5.0 / 2022-08-23

23 Aug 11:59
Compare
Choose a tag to compare

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

1.4.2 / 2021-09-16

16 Sep 09:13
Compare
Choose a tag to compare

[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

1.4.1 / 2021-09-08

08 Sep 09:33
Compare
Choose a tag to compare

[ENHANCEMENT] Performance improvements for large clusters #228

1.4.0 / 2021-09-08

08 Sep 07:33
Compare
Choose a tag to compare

[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

1.3.2 / 2021-09-07

07 Sep 12:39
Compare
Choose a tag to compare

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

1.3.1 / 2021-05-18

18 May 06:38
Compare
Choose a tag to compare

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

1.3.0 / 2021-03-16

16 Mar 08:31
Compare
Choose a tag to compare

[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

1.2.0 / 2018-07-07

07 Jul 14:39
8306602
Compare
Choose a tag to compare
  • [FEATURE] Support consumer group filter
  • [FEATURE] Add grafana dashboard example
  • [BUGFIX] Fix topic metrics which is actually deleted in Kafka cluster