grobian/carbon-c-relay

Internal metrics sent via 'statistics send to cluster' counted as blackholed as well as sent.

lexx-bright opened this issue · 3 comments

cluster test  forward 127.0.0.1:10000 ;
statistics send to test stop ;
match * send to test ;
# nc -k -l 127.0.0.1 10000 | egrep 'novalocal.metrics(Received|Blackholed|Sent)'  
carbon.relays.carbon36test_novalocal.metricsReceived 0 1581062199
carbon.relays.carbon36test_novalocal.metricsBlackholed 0 1581062199
carbon.relays.carbon36test_novalocal.metricsSent 0 1581062199
carbon.relays.carbon36test_novalocal.metricsReceived 42 1581062259
carbon.relays.carbon36test_novalocal.metricsBlackholed 42 1581062259
carbon.relays.carbon36test_novalocal.metricsSent 42 1581062259

hmmm, yeah, this looks odd.

I think this will do. (For me it did the trick.)

Thanks.