kafka_exporter icon indicating copy to clipboard operation
kafka_exporter copied to clipboard

Please maintain helm charts for latest version

Open duxinxiao opened this issue 3 years ago • 6 comments

I have tried helm charts for v1.4.2 v1.4.1 v1.4.0 v1.3.2 branch, none of them can start successfully. (I cant use v1.3.1 cuz kafka_consumergroup_lag metrics not show up in this version)

duxinxiao avatar Nov 10 '21 06:11 duxinxiao

@duxinxiao could you tell us how you've actually tried out them?

edwin092 avatar Nov 15 '21 10:11 edwin092

image this for example, I used to use ref v1.4.2 instead of master(cuz master's charts will not compatible one day, it's better to use static one, to fix this bug I fork it into my own repository). but v1.4.2's charts have bug in deployment template (lack 'end' line). other bug happen when I use v1.4.1's chart & v1.4.1's docker image, v1.4.0's chart & v1.4.0's docker image (relate with new args verbosity). They have different reasons but all not work

duxinxiao avatar Nov 15 '21 11:11 duxinxiao

If you want, you could raise a PR with the fixes.

edwin092 avatar Nov 15 '21 11:11 edwin092

@duxinxiao @edwin092 have a try the chart of master branch

danielqsj avatar Nov 16 '21 08:11 danielqsj

@duxinxiao "end line" issue has been addressed here https://github.com/danielqsj/kafka_exporter/pull/281/files.

edwin092 avatar Nov 16 '21 12:11 edwin092

Yes, I know master fix this issue. but it's not enough only fix it in master, at least it should also fix in each tag release branch. For example, If I use old image version maybe it's not compatible with newest master

duxinxiao avatar Nov 17 '21 03:11 duxinxiao