diff options
author | Joshua Lambert <joshua@gitlab.com> | 2018-02-20 15:14:22 -0500 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2018-02-20 15:14:22 -0500 |
commit | 2f5985157241f27af09be1bc89b830625c874a4e (patch) | |
tree | 5b6f1d65737da8e8bcbc8fab9a06be730820ce98 /doc/user | |
parent | ed8dce703652f8c0958fe3fa95d5ff24cfe9b432 (diff) | |
download | gitlab-ce-2f5985157241f27af09be1bc89b830625c874a4e.tar.gz |
One last item of feedback
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/integrations/prometheus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md index 5d0d58eaf80..249463fb86e 100644 --- a/doc/user/project/integrations/prometheus.md +++ b/doc/user/project/integrations/prometheus.md @@ -13,12 +13,12 @@ There are two ways to setup Prometheus integration, depending on where your apps * For other deployment targets, simply [specify the Prometheus server](#manual-configuration-of-prometheus). ## Managed Prometheus on Kubernetes +> **Note**: [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/28916) in GitLab 10.5 GitLab can seamlessly deploy and manage Prometheus on a [connected Kubernetes cluster](../clusters/index.md), making monitoring of your apps easy. ### Requirements -* GitLab [10.5 or above](https://gitlab.com/gitlab-org/gitlab-ce/issues/28916) * A [connected Kubernetes cluster](../clusters/index.md) * Helm Tiller [installed by GitLab](../clusters/index.md#installing-applications) |