Fabian Groffen

Results 267 comments of Fabian Groffen

your validation rule requires a space, isn't it to be expected that no metric will match that?

Right you are, I'm obviously not remembering well any more. I stand corrected.

I'm not sure if you use tags or not, but I have a hunch that if you add `;` to the allowed chars setting, it will work as expected. Tag...

I think eventually this is very similar to #398: we need something to validate tags I think.

Consider a consistent hashing cluster `foo` with nodes *A, B, C, D*. Adding node *E* to `foo` will result in 1/5th of each of *A, B, C, D* to be...

Your understanding is correct. Obviously, you want to merge data from the old cluster into the new files on the new cluster. This is different from copying the files over,...

try running relay with -t on your config (-f /path/to/conf), anything you type is taken as metric input, and it will show how/where it routes the metric

from the readme/manpage: > The fnv1a_ch cluster is a identical in behaviour to carbon_ch, but it uses a different hash technique (FNV1a) which is faster but more importantly defined to...

While re-reading the docs, I noticed it wasn't the best piece of text. ... Anyway, (see ch_addnode): carbon_ch uses (host_ip + instance) fnv1a_ch uses (host_ip + host_port) or (instance) jump_hash...

"instance" is a term from original carbon project. In order to run multiple carbon-cache.py processes on the same host, an instance needs to be assigned. I think this was done,...