← Back to team overview

graphite-dev team mailing list archive

Re: [Question #629244]: graphite metrics issue

 

Question #629244 on Graphite changed:
https://answers.launchpad.net/graphite/+question/629244

Piotr Popieluch posted a new comment:
> Thanks fo your response , I have increased the queue size to 65536 from and set the -L to 1. I am still not getting the metrics in 
> my graph. I am able to track the data through tcp dum though. Anything else we can try.

You most likely don't want to put -L on 1 but on a much higher number.
This is the number of retries c-relay does before dropping the metric.
Anyway, first check the statistics if it really is dropping the metrics,
see:

carbon.relays.<<hostname_of_c_relay>>.metricsDropped

Same stats split out by destination:

carbon.relays.<<hostname_of_c_relay>>.destinations.<<name_of_destinationo>>.dropped

If metrics are being dropped you can 
1) increase queue size (-q)
2) increase number of stalls (-L)

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.