Fabian Groffen
Fabian Groffen
``` carbon-c-relay v3.7.4 (3ce549) enabled support for: gzip lz4 ssl regular expressions library: oniguruma ``` that gives me: ``` match "^local.nomad-jobs.[^;]+;.+" send to blackhole stop ; local.nomad-jobs.aav01.default.an-abtests-web-back.bytask.cpu.Percent.p99;tg=an-abtests-web;task=django_celery_beat match ^local.nomad-jobs.[^;]+;.+ (regex)...
In think https://github.com/grobian/carbon-c-relay/commit/4ecb19330f063ca8d851066834a82f9a5caf0787 is more of a problem to you. It would mean that `"^local.nomad-jobs..+` would simply match the same thing, for `;.+` is never exposed to the matching. (bug/fault...
Yes, for that case, you'd disable tag support, by adding `;` to the set of allowed characters. It gets more complicated if you want to have consistent-hashing on the metric...
I think this is a configuration issue
I wonder if your setup generates enough difference in the hashring with your two ip-addresses. Or perhaps the input is not generating enough diversion. Can you check using `-t` and...
Hmmm, I believe we previously discussed on this behaviour too, when I noticed some odd stuff. It seems to wait until the queue fills up (e.g. it waits for the...
Any chance you can try above commit?
am I right that the sum of metrics also is much lower?
this could be the result of 2fb6e8417c764cc7f322d3270727130ca162d266, in which case it means the threads are always waiting in the same order to be woken up or something...
nah, any_of uses an fnv1a hash to route the metrics, if none of the servers failed, then their assignment is made in the routing based on the hash