summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-24 13:10:06 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-07-24 13:10:06 +0000
commit74a34e8b7bd3019b63eeae58abc7185c122bc528 (patch)
tree217da97f9143b588fcd71c8cef37c30e7eb9a1c9 /doc/user/project/integrations
parent0ef53789ea0f63598adf1377bd87c1944fd2ecd0 (diff)
downloadgitlab-ce-74a34e8b7bd3019b63eeae58abc7185c122bc528.tar.gz
Clean up headers in markdown
Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r--doc/user/project/integrations/prometheus_library/haproxy.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/integrations/prometheus_library/haproxy.md b/doc/user/project/integrations/prometheus_library/haproxy.md
index 6be8fc82431..90a725f271b 100644
--- a/doc/user/project/integrations/prometheus_library/haproxy.md
+++ b/doc/user/project/integrations/prometheus_library/haproxy.md
@@ -1,4 +1,5 @@
# Monitoring HAProxy
+
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12621) in GitLab 9.4
GitLab has support for automatically detecting and monitoring HAProxy. This is provided by leveraging the [HAProxy Exporter](https://github.com/prometheus/haproxy_exporter), which translates HAProxy statistics into a Prometheus readable form.