docker-graphite-statsd icon indicating copy to clipboard operation
docker-graphite-statsd copied to clipboard

StatsD configured with legacy namespace

Open ediskandarov opened this issue 8 years ago • 1 comments

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

ediskandarov avatar Mar 23 '16 17:03 ediskandarov

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)

ahuff44 avatar Apr 03 '17 22:04 ahuff44