hopsoft / docker-graphite-statsd

Docker image for Graphite & Statsd
MIT License
867 stars 310 forks source link

StatsD configured with legacy namespace #52

Open ediskandarov opened 8 years ago

ediskandarov commented 8 years ago

While it is supposed to be a breaking change, I think that namespace should be configured with non legacy namespace.

https://github.com/etsy/statsd/blob/master/docs/namespacing.md

ahuff44 commented 7 years ago

agreed - this confused me to no end

AFAICT the change would be as simple as adding

  "graphite": {
    "legacyNamespace": false
  }

to /opt/statsd/config.js

(however, this would be quite a breaking change... idk the best way to approach that)