smira / go-statsd

Go statsd client library with zero allocation overhead, great performance and reconnects
MIT License
109 stars 18 forks source link

Add support for Graphite tag format #29

Closed r0bertz closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.40%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   88.37%   88.77%   +0.40%     
==========================================
  Files           5        5              
  Lines         344      294      -50     
==========================================
- Hits          304      261      -43     
+ Misses         37       31       -6     
+ Partials        3        2       -1     
Impacted Files Coverage Δ
tags.go 100.00% <ø> (ø)
buffers.go 80.00% <0.00%> (-2.36%) :arrow_down:
loops.go 78.08% <0.00%> (-0.67%) :arrow_down:
client.go 98.77% <0.00%> (-0.15%) :arrow_down:
options.go 50.00% <0.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 0c2a20d...ef8d36f. Read the comment docs.

bconway commented 3 years ago

It would be great to have this merged, is it possible?

MrDOS commented 3 years ago

Thank you for merging!