summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-21 03:08:50 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-05-21 13:51:06 +0000
commit109d9ece8a4f86158fb3236c0fbd8e23b8d33f18 (patch)
treee51e06e93e9d2ae91df1af001c42ed7916b16602
parentbb5339fcaaad2a38d1923574b44d6bca44daaec8 (diff)
downloadgitlab-ce-109d9ece8a4f86158fb3236c0fbd8e23b8d33f18.tar.gz
Merge branch 'update-docs-alert-bot' into 'master'
Add to docs sentence about alertbot opening issues See merge request gitlab-org/gitlab-ce!28503 (cherry picked from commit 5396b2a81aba6ed2bf85906a3256e171337b6df0) afcbebd9 Add to docs sentence about alertbot opening issues
-rw-r--r--doc/user/project/integrations/prometheus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md
index 40113624430..751e8e44e60 100644
--- a/doc/user/project/integrations/prometheus.md
+++ b/doc/user/project/integrations/prometheus.md
@@ -168,7 +168,7 @@ Alerts can be used to trigger actions, like open an issue automatically. To conf
1. Optionally, select whether to send an email notification to the developers of the project.
1. Click **Save changes**.
-Once enabled, an issue will be opened automatically when an alert is triggered. To further customize the issue, you can add labels, mentions, or any other supported [quick action](../quick_actions.md) in the selected issue template.
+Once enabled, an issue will be opened automatically when an alert is triggered. The author of the issue will be the GitLab Alert Bot. To further customize the issue, you can add labels, mentions, or any other supported [quick action](../quick_actions.md) in the selected issue template.
If the metric exceeds the threshold of the alert for over 5 minutes, an email will be sent to all [Maintainers and Owners](../../permissions.md#project-members-permissions) of the project.