github / brubeck

A Statsd-compatible metrics aggregator
MIT License
1.19k stars 94 forks source link

Adding carbon metric namespacing #26

Open hzhang-cl opened 9 years ago

hzhang-cl commented 9 years ago

In statsd metrics that are outputted through to graphite are namespaced with rules described at https://github.com/etsy/statsd/blob/master/docs/namespacing.md

This change would also allow backends a way to inspect more information about metric data they are sending, such as the specific type of metric.

Feedback is always welcome.