diff options
author | Tristan Read <tread@gitlab.com> | 2019-08-30 09:00:42 +0000 |
---|---|---|
committer | Tristan Read <tread@gitlab.com> | 2019-08-30 09:00:42 +0000 |
commit | eab17b9eade32813cc0e36ed75afeec3d6551571 (patch) | |
tree | c56b59ddadba96143cf891fe4d7cec3cd43de73b | |
parent | 06d0f74076174b4629ed7724b4760f22c53a7b1b (diff) | |
download | gitlab-ce-tr-embed-grafana-image-docs.tar.gz |
Apply suggestion to doc/user/project/integrations/prometheus.mdtr-embed-grafana-image-docs
-rw-r--r-- | doc/user/project/integrations/prometheus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md index de603db19f2..3583c0554ee 100644 --- a/doc/user/project/integrations/prometheus.md +++ b/doc/user/project/integrations/prometheus.md @@ -404,7 +404,7 @@ The sharing dialog within Grafana provides the link, as highlighted below. NOTE: **Note:** For this embed to display correctly the Grafana instance must be available to the target user, either as a public dashboard or on the same network. -Simply copy the link and add an image tag as [inline HTML](../../markdown.html#inline-html) in your markdown. You may tweak the query params as required. For instance, removing the `&from=` and `&to=` params will give you a live chart. Here is example markup for a live chart from GitLab's public dashboard: +Copy the link and add an image tag as [inline HTML](../../markdown.md#inline-html) in your markdown. You may tweak the query parameters as required. For instance, removing the `&from=` and `&to=` parameters will give you a live chart. Here is example markup for a live chart from GitLab's public dashboard: ```html <img src="https://dashboards.gitlab.com/render/d-solo/RZmbBr7mk/gitlab-triage?orgId=1&refresh=30s&var-env=gprd&var-environment=gprd&var-prometheus=prometheus-01-inf-gprd&var-prometheus_app=prometheus-app-01-inf-gprd&var-backend=All&var-type=All&var-stage=main&panelId=1247&width=1000&height=300"/> |