在使用 statsd 與 influxdb 的時候發現 statd.set 的值每隔 10秒 就會 新增一個count 統計。(下圖已經改成 5 秒 )
這個值可以在 statsd 的 config 內修改。
/opt/statsd# vim config.js
graphiteHost: '',
graphitePort: '',
port: 8125,
flushInterval: 5000,
keyNameSanitize: false,
backends: [ 'statsd-influxdb-backend' ],
/opt/statsd# bash -c cd /opt/statsd && /usr/bin/nodejs stats.js config.js 1>/var/log/statsd.log 2>&1 & echo $! > /var/run/statsd.pid
沒有留言:
張貼留言