Hi can someone help with this error?
pushgateway[32654]: ts=2023-07-07T09:33:39.589Z caller=main.go:60 level=error msg="error encoding and sending metric family: write tcp 10.81.111.116:9091->10.81.111.116:43018: write: broken pipe\n"
I’m trying to understand what is wrong here, tried to enable --log.level=debug on pushgateway but I don’t see any debug, only above message from syslog.
During such errors, there is gaps in Grafana
I am dealing with the same issue. In my case, I also set the log level to debug and got the following error message:
prometheus node exporter error encoding and sendind metric family write tcp write:broken pipe
Still trying to understand why this happens, but from my understanding this is because the node_exporter is not able to deliver all the metrics that it collects, which results in a timeout/broken pipe, which causes the black gaps on the dashboards