You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if this is the correct repo, but last night I got paged for our grafanalabs alert [Alerting] Disabled Snap Tasks - task-agent-2 alert. the chart did not show any data .
looking at the snap tasks I noticed that the Snapstats Collector had this "last error":
Error: dial tcp xxx.xxx.xxx.xxx:2003: i/o timeout
so it seems to me this task needs to try harder to reconnect to the graphite server after it encounters a timeout, connection drop, etc. it should buffer data and try to flush later.
i presume the source code for that task lives in this repo but i'm not sure.
in the meantime I will change the "no data" condition to result in "no data" instead of "alerting".
we can change it back when this is fixed.
The text was updated successfully, but these errors were encountered:
not sure if this is the correct repo, but last night I got paged for our grafanalabs alert
[Alerting] Disabled Snap Tasks - task-agent-2 alert
. the chart did not show any data .looking at the snap tasks I noticed that the
Snapstats Collector
had this "last error":so it seems to me this task needs to try harder to reconnect to the graphite server after it encounters a timeout, connection drop, etc. it should buffer data and try to flush later.
i presume the source code for that task lives in this repo but i'm not sure.
in the meantime I will change the "no data" condition to result in "no data" instead of "alerting".
we can change it back when this is fixed.
The text was updated successfully, but these errors were encountered: