SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
448 stars 122 forks source link

cannot customize the configuration the send span chan length #61

Closed zhuCheer closed 4 years ago

zhuCheer commented 4 years ago

Hi, maxSendQueueSize is a private const,cannot configuration it, so I add a function to solve it。

codecov-commenter commented 4 years ago

Codecov Report

Merging #61 into master will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   70.04%   70.17%   +0.13%     
==========================================
  Files          14       14              
  Lines         671      674       +3     
==========================================
+ Hits          470      473       +3     
  Misses        160      160              
  Partials       41       41              
Impacted Files Coverage Δ
reporter/grpc.go 62.36% <100.00%> (+0.61%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03a0d51...4ab9a07. Read the comment docs.