devkanro commented on issue #4177: Enhance gRPC plugin
URL: https://github.com/apache/skywalking/pull/4177#issuecomment-579134965
 
 
   Some discuss not about this PR.
   
   I found there is bad throughput about OAP server collect tracing.
   I have tried to use skywalking in my production env, but there are too many 
segments to collect.
   And I scale the OAP server to 8c16gx8 instances, there are also too many 
errors about collecting(gRPC client canceled.)
   The CPU looks fine about OAP server and ES server.
   
   Maybe separate collectors from OAP server is a good idea?
   Agents are not calling OAP server to collect spans directly, use the 
MessageQueue or log collector to do it, and make collectors consume those 
messages or log, one collector maybe 1c2g/2c4g, we can have many collectors 
with low cost.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to