Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent the JSON collector from closing stdout #715

Merged
merged 2 commits into from
Jul 17, 2018
Merged

Conversation

na--
Copy link
Member

@na-- na-- commented Jul 17, 2018

This fixes #714... errcheck for the win, this has probably been silently buggy for a long long time...

@codecov-io
Copy link

codecov-io commented Jul 17, 2018

Codecov Report

Merging #715 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #715      +/-   ##
==========================================
- Coverage   64.37%   64.37%   -0.01%     
==========================================
  Files         101      101              
  Lines        8276     8277       +1     
==========================================
  Hits         5328     5328              
- Misses       2599     2600       +1     
  Partials      349      349
Impacted Files Coverage Δ
stats/json/collector.go 13.55% <0%> (-0.24%) ⬇️

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 7796615...82fd9af. Read the comment docs.

@na-- na-- merged commit f4875fb into master Jul 17, 2018
@na-- na-- deleted the json-collector-fix branch July 17, 2018 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when using JSON stdout metric output
3 participants