Hi,
I cant find out what’s going on with my setup, but after creating a whole set of metrics, the graph rendering is quite slow on grafana, and the exception.log is spammed with the following :
Tue Mar 21 18:12:14 2017 :: Failed CarbonLink query 'storage.performance.cient.serial.sp.spb.storage.lun.lun129.responseTime'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/graphite/render/datalib.py", line 385, in fetchData
cachedResults = CarbonLink.query(dbFile.real_metric)
File "/usr/lib/python2.6/site-packages/graphite/render/datalib.py", line 146, in query
results = self.send_request(request)
File "/usr/lib/python2.6/site-packages/graphite/render/datalib.py", line 207, in send_request
conn = self.get_connection(host)
File "/usr/lib/python2.6/site-packages/graphite/render/datalib.py", line 134, in get_connection
connection.connect( (server, port) )
File "<string>", line 1, in connect
error: [Errno 13] Permission denied
For 5 minutes logging :
# egrep -c "Failed CarbonLink query " exception.log
211733
I’m using grafana 4.1.1 with graphite
# graphite-manage --version
1.4.21
# rpm -qa | grep carbon
python-carbon-0.9.15-1.el6.noarch
I have for now 22065 metrics, 90% of them updated every minute.
Any ideas where i should look ?