summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 09:48:03 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 09:48:03 +0100
commita114f7cbc789be2ae2cf84c4559bf8aac5fc834b (patch)
tree1150b6a46eba774cf1dca2875840a15fe535962b
parentc803254e38bdcd6e01c7b2f684f1cb8a80e7c19c (diff)
downloadgitlab-ce-docs/prometheus.tar.gz
Add link to issue where HSTS is discusseddocs/prometheus
[ci skip]
-rw-r--r--doc/administration/monitoring/prometheus/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/index.md b/doc/administration/monitoring/prometheus/index.md
index 94815419f03..86427d232f7 100644
--- a/doc/administration/monitoring/prometheus/index.md
+++ b/doc/administration/monitoring/prometheus/index.md
@@ -56,7 +56,8 @@ If SSL has been enabled on your GitLab instance, you may not be able to access
Prometheus on the same browser as GitLab due to [HSTS][hsts]. We plan to
[provide access via GitLab][multi-user-prometheus], but in the interim there are
some workarounds: using a separate browser for Prometheus, resetting HSTS, or
-having [Nginx proxy it][nginx-custom-config].
+having [Nginx proxy it][nginx-custom-config]. Follow issue [#27069] for more
+information.
The performance data collected by Prometheus can be viewed directly in the
Prometheus console or through a compatible dashboard tool.
@@ -119,3 +120,4 @@ The GitLab monitor exporter allows you to measure various GitLab metrics.
[prom-grafana]: https://prometheus.io/docs/visualization/grafana/
[scrape-config]: https://prometheus.io/docs/operating/configuration/#%3Cscrape_config%3E
[reconfigure]: ../../restart_gitlab.md#omnibus-gitlab-reconfigure
+[#27069]: https://gitlab.com/gitlab-org/gitlab-ce/issues/27069