diff options
Diffstat (limited to 'doc/operations/metrics/embed.md')
-rw-r--r-- | doc/operations/metrics/embed.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/operations/metrics/embed.md b/doc/operations/metrics/embed.md index 6a3712d8377..26ea7aa07eb 100644 --- a/doc/operations/metrics/embed.md +++ b/doc/operations/metrics/embed.md @@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w # Embedding metric charts within GitLab Flavored Markdown **(FREE)** You can display metrics charts within -[GitLab Flavored Markdown](../../user/markdown.md#gitlab-flavored-markdown) +[GitLab Flavored Markdown (GLFM)](../../user/markdown.md) fields such as issue or merge request descriptions. The maximum number of embedded charts allowed in a GitLab Flavored Markdown field is 100. Embedding charts is useful when sharing an application incident or performance @@ -26,7 +26,7 @@ are still supported, and can be used to embed metric charts. To display metric charts, include a link of the form `https://<root_url>/<project>/-/metrics?environment=<environment_id>` in a field -that supports GitLab-flavored Markdown: +that supports GitLab Flavored Markdown: ```markdown ### Summary @@ -100,11 +100,11 @@ a chart corresponding to the query can be included if these requirements are met > - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/208224) from GitLab Ultimate to GitLab Free in 13.2. [Cluster Health Metrics](../../user/infrastructure/clusters/manage/clusters_health.md) -can also be embedded in [GitLab-flavored Markdown](../../user/markdown.md). +can also be embedded in [GitLab Flavored Markdown](../../user/markdown.md). To embed a metric chart, include a link to that chart in the form `https://<root_url>/<project>/-/cluster/<cluster_id>?<query_params>` anywhere that -GitLab-flavored Markdown is supported. To generate and copy a link to the chart, +GitLab Flavored Markdown is supported. To generate and copy a link to the chart, follow the instructions in the [Cluster Health Metric documentation](../../user/infrastructure/clusters/manage/clusters_health.md). |