diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-16 15:13:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-16 15:13:28 +0000 |
commit | 3563f193744bf8bca9a1099fe6f6399c8883ec7e (patch) | |
tree | a14b71b59036f1c401bbfe4340f364fbf3a73ed9 /.gitlab/issue_templates | |
parent | dc9ff5fda1337883acd09fd4b98be2f6a41ad037 (diff) | |
download | gitlab-ce-3563f193744bf8bca9a1099fe6f6399c8883ec7e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/Feature Flag Roll Out.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md index 3fe72feda57..bc1a23729e2 100644 --- a/.gitlab/issue_templates/Feature Flag Roll Out.md +++ b/.gitlab/issue_templates/Feature Flag Roll Out.md @@ -48,6 +48,12 @@ Example below: ### What can we monitor to detect problems with this? <!-- Which dashboards from https://dashboards.gitlab.net are most relevant? --> +_Consider mentioning checks for 5xx errors or other anomalies like an increase in redirects +(302 HTTP response status)_ + +### What can we check for monitoring production after rollouts? + +_Consider adding links to check for Sentry errors, Production logs for 5xx, 302s, etc._ ## Rollout Steps @@ -84,7 +90,7 @@ Example below: If a different developer will be covering, or an exception is needed, please inform the oncall SRE by using the `@sre-oncall` Slack alias. - [ ] Ensure that documentation has been updated ([More info](https://docs.gitlab.com/ee/development/documentation/feature_flags.html#features-that-became-enabled-by-default)). - [ ] Announce on [the feature issue](ISSUE LINK) an estimated time this will be enabled on GitLab.com. -- [ ] If the feature might impact the user experience, notify `#support_gitlab-com` and your team channel ([more guidance when this is necessary in the dev docs](https://docs.gitlab.com/ee/development/feature_flags/controls.html#communicate-the-change)). +- [ ] Notify `#support_gitlab-com` and your team channel ([more guidance when this is necessary in the dev docs](https://docs.gitlab.com/ee/development/feature_flags/controls.html#communicate-the-change)). ### Global rollout on production |