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

[Serverless] Improve stability of prod quality gate SLO check #171917

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

watson
Copy link
Contributor

@watson watson commented Nov 24, 2023

Based on a recent discussion with @kobelb I'm changing the SLO check that's currently running during a serverless promotion in Production-Canary and Production-NonCanary.

Before this change we relied on the default values of these settings, which are quite "aggressive":

  • CHECK_SLO_WAITING_PERIOD - Due to the relatively low amount of deployments in these environments, we suspect it would be a good idea to increase this value from the default 5m to 15m.
  • CHECK_SLO_BURN_RATE_THRESHOLD - The default value is 0, which leaves absolutely no room for even the smallest hiccup. Setting to 0.1 to avoid this.

We can always update this in the future once we start to get more deployments in these environments.

@watson watson added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting labels Nov 24, 2023
@watson watson requested review from kobelb and lukeelmers November 24, 2023 11:25
@watson watson self-assigned this Nov 24, 2023
@watson watson requested a review from a team as a code owner November 24, 2023 11:25
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @watson

@lukeelmers lukeelmers merged commit f8e9923 into elastic:main Nov 27, 2023
5 checks passed
@watson watson deleted the improve-slo-check branch November 28, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants