SkyAPM / go2sky

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

CDS Support #100

Closed mrproliu closed 3 years ago

mrproliu commented 3 years ago

[x] Support Configuration Discovery Service [x] Adopt sampling rate to CDS

codecov-io commented 3 years ago

Codecov Report

Merging #100 (1cc5540) into master (520133d) will decrease coverage by 1.23%. The diff coverage is 52.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
- Coverage   67.18%   65.95%   -1.24%     
==========================================
  Files          14       15       +1     
  Lines         643      702      +59     
==========================================
+ Hits          432      463      +31     
- Misses        171      195      +24     
- Partials       40       44       +4     
Impacted Files Coverage Δ
reporter/log.go 0.00% <ø> (ø)
reporter/grpc.go 54.35% <20.00%> (-5.06%) :arrow_down:
sampler.go 67.64% <52.17%> (-32.36%) :arrow_down:
config_discovery.go 88.88% <88.88%> (ø)
trace.go 80.20% <100.00%> (ø)
trace_opts.go 75.00% <100.00%> (+21.66%) :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 520133d...1cc5540. Read the comment docs.