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

upstream: add failure percentage-based outlier detection #8130

Merged
merged 13 commits into from
Sep 12, 2019

Commits on Sep 3, 2019

  1. upstream: add failure percentage-based outlier detection

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    5acc480 View commit details
    Browse the repository at this point in the history
  2. Appease format/docs issues

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b066c43 View commit details
    Browse the repository at this point in the history
  3. precentage -> percentage

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    074a7cc View commit details
    Browse the repository at this point in the history
  4. Add FP to spellcheck dictionary

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c55e82d View commit details
    Browse the repository at this point in the history
  5. Add check for non-ejected host to unit test

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    86220fb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Drop extra 'have' in test comment

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    79c3aaa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Drop 'FP' abbreviation of failure percentage.

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d297566 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Consolidate process{SuccessRate,FailurePercentage}Ejections together

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    691a70b View commit details
    Browse the repository at this point in the history
  2. Fix divide by zero and remove stale comment

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    7bdccce View commit details
    Browse the repository at this point in the history
  3. Correctly compute failure_percentage_threshold

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    61cfcaf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Add testing for new logging path

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c48506d View commit details
    Browse the repository at this point in the history
  2. Add comment about cleanup in v4 to enforcing_failure_percentage option.

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    6b68a74 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into failure-percentage

    Signed-off-by: James Forcier <jforcier@grubhub.com>
    James Forcier committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    034bc7f View commit details
    Browse the repository at this point in the history