-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
Telegraf to telegraf communication failures #16401
Comments
@Hipska do you see any error messages on the receiver ( |
This is a combined log of sender (2168801) and receiver (2321693), both in debug mode:
You can see a successful write on 17:11:39, then buffer has 4 metrics on 17:11:49 which the write encountered an error. Nothing relevant on logs of receiver. And then the 4 metrics seem to have successfully written only at the next flush interval (17:11:59). Is there is anything relevant I could share? (kernel, ... settings?) |
The error
hints on a closed connection/network issue. I checked the code and if the receiver would close the connection for any reason it would write some output to the log file. So this seems to be a connectivity issue outside of Telegraf's choice... Is there a possibility that you run into too many open connections or some other system limitation? |
That could indeed be possible. Where / how to check this? |
I don't know to be honest. Would need to google it... |
Relevant telegraf.conf
Sender:
Receiver:
Logs from Telegraf
System info
Red Hat Enterprise Linux release 9.4 (Plow)
Telegraf 1.33.1 (git: HEAD@44f3a504)
Docker
No response
Steps to reproduce
Expected behavior
Telegraf to be able to communicate with another telegraf reliably without issues.
Actual behavior
Connection issues at random times.
Additional info
No response
The text was updated successfully, but these errors were encountered: