diff options
author | Tristan Read <tread@gitlab.com> | 2019-08-14 05:14:49 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-14 05:14:49 +0000 |
commit | d6d75da930665f413eee02e080f551f6fe24afa1 (patch) | |
tree | 80fa267381541d108fe8a1aba252273fee2578e4 /doc/ci | |
parent | f9290e5b5282c3a245a58716a609aa10a47e9f92 (diff) | |
download | gitlab-ce-d6d75da930665f413eee02e080f551f6fe24afa1.tar.gz |
Embed metrics charts in issues - docs
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/environments.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 9e1a62bae71..f6c47a99712 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -619,6 +619,10 @@ versions of the app, all without leaving GitLab. Add a [button to the Monitoring dashboard](../user/project/operations/linking_to_an_external_dashboard.md) linking directly to your existing external dashboards. +#### Embedding metrics in GitLab Flavored Markdown + +Metric charts can be embedded within GitLab Flavored Markdown. See [Embedding Metrics within GitLab Flavored Markdown](../user/project/integrations/prometheus.md#embedding-metric-charts-within-gitlab-flavored-markdown) for more details. + ### Web terminals > Web terminals were added in GitLab 8.15 and are only available to project Maintainers and Owners. |