Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-14 15:38:58 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-14 15:38:58 +0300
commita72530a470705bdc833d7c96e6f50f9c7ffd75f7 (patch)
tree0c2c94d66d8e8dbaeb4c55b4502a34f1bd927e73 /doc/user
parent5cbd6b111c0488cf27ecf60eb4da5cbbf0f1371a (diff)
parentdc1871b433ed898fac94c83d88bfd84dedb05488 (diff)
Merge branch 'patch-35' into 'master'
Docs add empty space to render list See merge request gitlab-org/gitlab-ce!23756
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/integrations/prometheus.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md
index 7d0e567cae7..d9a2eeb32ae 100644
--- a/doc/user/project/integrations/prometheus.md
+++ b/doc/user/project/integrations/prometheus.md
@@ -41,6 +41,7 @@ Once you have a connected Kubernetes cluster with Helm installed, deploying a ma
Prometheus is deployed into the `gitlab-managed-apps` namespace, using the [official Helm chart](https://github.com/kubernetes/charts/tree/master/stable/prometheus). Prometheus is only accessible within the cluster, with GitLab communicating through the [Kubernetes API](https://kubernetes.io/docs/concepts/overview/kubernetes-api/).
The Prometheus server will [automatically detect and monitor](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#%3Ckubernetes_sd_config%3E) nodes, pods, and endpoints. To configure a resource to be monitored by Prometheus, simply set the following [Kubernetes annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/):
+
* `prometheus.io/scrape` to `true` to enable monitoring of the resource.
* `prometheus.io/port` to define the port of the metrics endpoint.
* `prometheus.io/path` to define the path of the metrics endpoint. Defaults to `/metrics`.