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
If the first Zookeeper node in the service is down, no Zookeeper stats are collected.
[[inputs.zookeeper]] servers = ["server1", "server2", "server3"]
Metrics are still collected even though one of the nodes is down.
No metrics are collected.
Relevant log line: E! ERROR in input [inputs.zookeeper]: dial tcp <ip_address>:2181 getsockopt: connection refused
The text was updated successfully, but these errors were encountered:
This bug was fixed in #2372, included in Telegraf 1.3.0
Sorry, something went wrong.
No branches or pull requests
Bug report
If the first Zookeeper node in the service is down, no Zookeeper stats are collected.
Relevant telegraf.conf:
[[inputs.zookeeper]]
servers = ["server1", "server2", "server3"]
System info:
Steps to reproduce:
Expected behavior:
Metrics are still collected even though one of the nodes is down.
Actual behavior:
No metrics are collected.
Additional info:
Relevant log line:
E! ERROR in input [inputs.zookeeper]: dial tcp <ip_address>:2181 getsockopt: connection refused
The text was updated successfully, but these errors were encountered: