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

Parse errormsgs in retryable status codes #5541

Merged

Commits on Jun 24, 2024

  1. parse-errormsgs-in-retry-able-statuscodes: In case of retyable scenar…

    …io for http, only status code comes as a highlighter of failure, actual reason is very difficult to understand. This issue solves parsing of response body in case if we received msg
    pree-dew committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    170861d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c740ac View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. parse-errormsgs-in-retry-able-statuscodes: 1. Add capability to pass …

    …error message to responseerror so that it can capture error message and also retry. 2. revert the removal of status code from httpresponse
    pree-dew committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    17cc1e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    a2c49e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. parse-errormsgs-in-retry-able-statuscodes: 1. Include msg parsing fro…

    …m response body in log and traces. 2. Parse the response body using status.FromError to extract relevant information
    pree-dew committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    abe63e9 View commit details
    Browse the repository at this point in the history
  2. parse-errormsgs-in-retry-able-statuscodes: change errors.New to fmt.E…

    …rrorf to maintain consistency
    pree-dew committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7884731 View commit details
    Browse the repository at this point in the history
  3. parse-errormsgs-in-retry-able-statuscodes: 1. Correct changlog and co…

    …mments. 2. Add test case for logs
    pree-dew committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2709f7c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    ae806df View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    2bfb551 View commit details
    Browse the repository at this point in the history
  2. parse-errormsgs-in-retry-able-statuscodes: 1. Provide Unwrap and As m…

    …ethod for retryableError type. 2. Remove error handling via grpc status as it needs specific GRPCStatus method implementation which depends on collector behaviour to communicate the right code
    pree-dew committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d1a5da6 View commit details
    Browse the repository at this point in the history
  3. parse-errormsgs-in-retry-able-statuscodes: 1. Don't pre-render the er…

    …ror message before it is required. 2. Send error from it's source instead of reconstructing it in custom error type
    pree-dew committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    999b4d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. parse-errormsgs-in-retry-able-statuscodes: 1. Use better assert funct…

    …ions. 2. Fix comments
    pree-dew committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0e2dd7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75af2ca View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    ed9f12e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    cd4a639 View commit details
    Browse the repository at this point in the history