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

dont combine connection states #2856

Closed

Conversation

joewilliams
Copy link

What does this PR do?

This changes the networking check to use the individual connection states rather than combine them. This PR is a more manageable version of #2720. We have our own nstat based plugin that does the extended TCP metrics included in that PR but would like to split connection states into their actual buckets.

Motivation

It bugs me that the states are added together.

@masci masci added this to the Triage milestone Sep 21, 2016
@gmmeyer
Copy link
Contributor

gmmeyer commented Sep 23, 2016

Thanks a lot for the contribution @joewilliams!

First off, can you make sure to fix the tests that this breaks?

Second, can you put this change behind a flag in the config file? We want to make sure to keep backwards compatibility. (I think the change is correct, but not everyone cares about the difference and we don't want to break anyone's setup.)

Can you clarify whether this would supercede your changes from #2720 or if they're both needed?

Thank you very much, again! I think this would be easily merged after these changes. 😄

@gmmeyer
Copy link
Contributor

gmmeyer commented Feb 7, 2017

Closing because this has been superseded by this PR: #3158

@gmmeyer gmmeyer closed this Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants