motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.78k stars 318 forks source link

Fix circuit breaker plugin statsd collector #388

Closed s4nji closed 5 years ago

s4nji commented 5 years ago

Fixes circuit breaker plugin using full dsn as address for statsd collector.

Reference

359

codecov[bot] commented 5 years ago

Codecov Report

Merging #388 into master will decrease coverage by <.01%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
- Coverage   40.25%   40.25%   -0.01%     
==========================================
  Files          75       75              
  Lines        2628     2631       +3     
==========================================
+ Hits         1058     1059       +1     
- Misses       1508     1509       +1     
- Partials       62       63       +1
Impacted Files Coverage Δ
pkg/plugin/cb/setup.go 87.69% <60%> (-2.64%) :arrow_down:

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 7b48ce7...3d7dbb8. Read the comment docs.