Why use statsd when graphite’s Carbon aggregator can do the same job?

StatsD operates over UDP, which removes the risk of carbon-aggregator.py being slow to respond and introducing latency in your application. In other words, loose coupling. StatsD supports sampling of inbound metrics, which is useful when you don’t want your aggregator to take 100% of all data points to compute descriptive statistics. For high-volume code sections, … Read more

How to cleanup the graphite whisper’s data?

Currently, deleting files from /opt/graphite/storage/whisper/ is the correct way to clean up whisper data. As for the tedious side of the process, you could use the find command if there is a certain pattern that your trying to remove. find /opt/graphite/storage/whisper -name loadavg.wsp -delete Similar Question on answers.launchpad.net/graphite

Django import error – no module named django.conf.urls.defaults

django.conf.urls.defaults has been removed in Django 1.6. If the problem was in your own code, you would fix it by changing the import to from django.conf.urls import patterns, url, include However, in your case the problem is in a third party app, graphite. The issue has been fixed in graphite’s master branch and version 0.9.14+. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)