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

ARC-1733 - Correcting SLO for github/configuration #1657

Merged
merged 5 commits into from
Oct 11, 2022
Merged

Conversation

krazziekay
Copy link
Collaborator

@krazziekay krazziekay commented Oct 11, 2022

What's in this PR?

  • The status code for error Jira host is missing was updated from 500 to 404.
  • Added a new uuid in the request id for frontend-log-middleware.

Why

  • To get SLO back to 99%.

How has this been tested?

  • Staging
    • MISSING_JIRA_HOST is not viewed in the error logs as 500s anymore

- Updated the 500 error to 404 for MISSING_JIRA_HOST
@krazziekay krazziekay self-assigned this Oct 11, 2022
@krazziekay krazziekay requested a review from a team as a code owner October 11, 2022 03:11
atrigueiro
atrigueiro previously approved these changes Oct 11, 2022
@@ -55,6 +56,8 @@ export const LogMiddleware = async (req: Request, res: Response, next: NextFunct
}
};

req.addLogFields({ id: newUUID() });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

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.

None yet

3 participants