You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have faced the following issue:
if we enable sendGlobsAsIs in carbonapi and set expireDelaySec>0 in carbonzipper then request with a relatively large number of metrics (about 65) fails in carbonzipper:
Hi!
We have faced the following issue:
if we enable
sendGlobsAsIs
in carbonapi and setexpireDelaySec
>0 in carbonzipper then request with a relatively large number of metrics (about 65) fails in carbonzipper:(
afterStarted: "5s"
in this example)If number of metrics more than
maxBatchSize
(in carbonapi) - everything is fine and this make sense.If we set
expireDelaySec: 0
(with enabledsendGlobsAsIs
) then carbonzipper works fine:And as you can see
runtime_seconds
is relatively small.Could you please help with this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: