summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEnrique Alvarez <enriqueaf@gmail.com>2018-12-12 06:08:57 +0000
committerEnrique Alvarez <enriqueaf@gmail.com>2018-12-12 06:08:57 +0000
commitdc1871b433ed898fac94c83d88bfd84dedb05488 (patch)
tree246ae5f54a63d33af2a9db0cbce771ce1382cda7 /doc
parente7a6b841684f9a2929b16176b223ea44bfc26332 (diff)
downloadgitlab-ce-dc1871b433ed898fac94c83d88bfd84dedb05488.tar.gz
Fix missing empty space that makes rendered gitlab documentation page missing list. Different output between gitlab internal .md reader and docs.gitlab.com rendered documentation.
Diffstat (limited to 'doc')
-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`.