The spec here -> https://github.com/b/statsd_spec <- indicates that counters are indicated by 'c' and meters by 'm'. The statsd sampler indicates counters as 'C', meters as 'c', and fails to recognize 'm'.
The spec here -> https://github.com/b/statsd_spec <- indicates that counters are indicated by 'c' and meters by 'm'.
The statsd sampler indicates counters as 'C', meters as 'c', and fails to recognize 'm'.