We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
kafka cluster version = 3.6.1 kafka exporter version = 1.7.0
when start kafka exporter it generate many socket connection in time_wait and close_wait on port 9092 kafka this is my systemd configuration:
/kafka_exporter --kafka.server=10.128.0.8:9092 --kafka.server=10.128.0.9:9092 --kafka.server=10.128.0.10:9092 --log.level="info" --sasl.username="user" --sasl.password="pwd" --sasl.enabled
nb: ip and port communicated correctly, Furthermore, exporter it works very well
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
kafka cluster version = 3.6.1
kafka exporter version = 1.7.0
when start kafka exporter it generate many socket connection in time_wait and close_wait on port 9092 kafka
this is my systemd configuration:
/kafka_exporter --kafka.server=10.128.0.8:9092 --kafka.server=10.128.0.9:9092 --kafka.server=10.128.0.10:9092 --log.level="info" --sasl.username="user" --sasl.password="pwd" --sasl.enabled
nb: ip and port communicated correctly, Furthermore, exporter it works very well
The text was updated successfully, but these errors were encountered: