hamelg
hamelg
I have multiple carbon-caches receiving metrics from a relay-ng route in consitentHashing mode. Thanks to the parameter [CARBONLINK_HOSTS](https://graphite.readthedocs.io/en/latest/config-local-settings.html?highlight=cluster#cluster-configuration), the Graphite webapp may query the caches for data that has not...
my bad ! No, i don't confirm. I double checked and I made a mistake. Here, the current consistent hashing in relay-ng works fine and gives the same result than...
Finally, I have succeeded in reproducing the issue with the specific setup provided by vmiszczak-teads. carbon-relay-ng.conf ``` [[route]] key = 'default' type = 'consistentHashing' destinations = [ '10.20.34.114:12003 spool=false pickle=false',...
Great ! Here, tuning unspoolsleep is very helpful. I was setting MAX_CACHE_SIZE on my carbon-cache to limit rate, but It was flooding and some values were dropped. with unspoolsleep =...
After doing a tour of go and then digging the code, I found out the issue :) I increased the InRT buffer channel In spool.go : ```go s := Spool{...
Without this fix, spooling feature is unusable. Any ideas ?
Here is the stats when spooling. **With "InRT: make(chan []byte, 4096),"**      **With "InRT: make(chan []byte, 10)"**     
> I notice in your 2nd set of charts you have about 45k/s dest drops because of "slow spool". I wonder why that number is so high. On this graph,...
Hello, here is some news. I upgraded from 0.8.8.13 to 0.9.4.1 (without my fix) to be able to send metrics to grafananet. I hoped this issue would be fixed with...
vsphere tags and custom attributes (both) are very useful. They could be exposed with [graphite tags](https://graphite.readthedocs.io/en/latest/tags.html). Example : My vm myvm shows these attached tags and the following custom attributes...