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
From the Graphite documentation gives the same error. All the stats do get into InfluxDB so nothing is lost but the logs do fill up pretty quickly leaving the only option to disable logging.
The text was updated successfully, but these errors were encountered:
Every time something connects to InfluxDB's graphite plugin it writes this line to the log file
[2014/05/12 14:51:35 GMT] EROR EOF
Even using
SERVER=localhost
PORT=2003
echo "local.random.diceroll 4
date +%s
" | nc -q0 ${SERVER} ${PORT}From the Graphite documentation gives the same error. All the stats do get into InfluxDB so nothing is lost but the logs do fill up pretty quickly leaving the only option to disable logging.
The text was updated successfully, but these errors were encountered: