jaegertracing / jaeger-lib

A collection of shared infrastructure libraries used by different components of Jaeger.
https://github.com/uber/jaeger
Apache License 2.0
67 stars 34 forks source link

Implement fork.Factory #84

Closed dstdfx closed 4 years ago

dstdfx commented 4 years ago

Which problem is this PR solving?

Short description of the changes

codecov[bot] commented 4 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #84   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        27    +1     
  Lines          695       709   +14     
=========================================
+ Hits           695       709   +14     
Impacted Files Coverage Δ
metrics/fork/fork.go 100.00% <100.00%> (ø)

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 48cc1df...9baf8df. Read the comment docs.

dstdfx commented 4 years ago

cc @yurishkuro

yurishkuro commented 4 years ago

👍