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

Outlier Detection: use gRPC status code for detecting failures #7942

Merged

Commits on Aug 16, 2019

  1. [Outlier Detection] Replace HTTP status with gRPC status

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    9352c0b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. small change for c++ readability

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    1aa2211 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. remove grpc_status_code_received_

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    b06bc2e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Update the PR which supports the grpc-status from init-metadata

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    f0a2c06 View commit details
    Browse the repository at this point in the history
  2. Remove the change for statistics

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    e473294 View commit details
    Browse the repository at this point in the history
  3. Parse grpc status once per onUpstreamHeaders

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    dd768d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Add comment and fix nit

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    107ae87 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    88955c7 View commit details
    Browse the repository at this point in the history
  2. Add runtime guarding "outlier_detection_support_for_grpc_status"

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    8477a71 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Add release note and update the outlier detection document

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7453108 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Update document: add gRPC sub-section, fix link. Add comments to tests

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    595dc55 View commit details
    Browse the repository at this point in the history
  2. Ref-link the release note to the outlier detection grpc sub-section

    Signed-off-by: ZhouyihaiDing <ddyihai@google.com>
    ZhouyihaiDing committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d69314c View commit details
    Browse the repository at this point in the history