From d55fd99c3a237139b4cec7475eb05ae9d877f554 Mon Sep 17 00:00:00 2001 From: Reuben Pereira Date: Mon, 10 Jun 2019 13:45:15 +0000 Subject: Move external dashboard docs - To user/project/operations - And cross-link in ci/environments --- doc/ci/environments.md | 4 ++++ .../operations/img/external_dashboard_link.png | Bin 0 -> 63282 bytes .../operations/img/external_dashboard_settings.png | Bin 0 -> 103474 bytes doc/user/project/operations/index.md | 1 + .../operations/linking_to_an_external_dashboard.md | 19 +++++++++++++++++++ 5 files changed, 24 insertions(+) create mode 100644 doc/user/project/operations/img/external_dashboard_link.png create mode 100644 doc/user/project/operations/img/external_dashboard_settings.png create mode 100644 doc/user/project/operations/linking_to_an_external_dashboard.md (limited to 'doc') diff --git a/doc/ci/environments.md b/doc/ci/environments.md index f2661c4bafd..bd419965a9c 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -617,6 +617,10 @@ versions of the app, all without leaving GitLab. ![Monitoring dashboard](img/environments_monitoring.png) +#### Linking to external dashboard + +Add a [button to the Monitoring dashboard](../user/project/operations/linking_to_an_external_dashboard.md) linking directly to your existing external dashboards. + ### Web terminals > Web terminals were added in GitLab 8.15 and are only available to project Maintainers and Owners. diff --git a/doc/user/project/operations/img/external_dashboard_link.png b/doc/user/project/operations/img/external_dashboard_link.png new file mode 100644 index 00000000000..4fb8bce7cd0 Binary files /dev/null and b/doc/user/project/operations/img/external_dashboard_link.png differ diff --git a/doc/user/project/operations/img/external_dashboard_settings.png b/doc/user/project/operations/img/external_dashboard_settings.png new file mode 100644 index 00000000000..8dc380f01e2 Binary files /dev/null and b/doc/user/project/operations/img/external_dashboard_settings.png differ diff --git a/doc/user/project/operations/index.md b/doc/user/project/operations/index.md index 0086c15c98a..84711d1146f 100644 --- a/doc/user/project/operations/index.md +++ b/doc/user/project/operations/index.md @@ -9,3 +9,4 @@ your applications: - Discover and view errors generated by your applications with [Error Tracking](error_tracking.md). - Create, toggle, and remove [Feature Flags](feature_flags.md). **[PREMIUM]** - [Trace](tracing.md) the performance and health of a deployed application. **[ULTIMATE]** +- Add a [button to the Monitoring dashboard](linking_to_an_external_dashboard.md) linking directly to your existing external dashboards. diff --git a/doc/user/project/operations/linking_to_an_external_dashboard.md b/doc/user/project/operations/linking_to_an_external_dashboard.md new file mode 100644 index 00000000000..0371a40a217 --- /dev/null +++ b/doc/user/project/operations/linking_to_an_external_dashboard.md @@ -0,0 +1,19 @@ +# Linking to an external dashboard + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/57171) in GitLab 12.0. + +You can add a button to the Monitoring dashboard linking directly to your existing external dashboards. + +## Enabling the external dashboard link + +1. Go to **Settings > Operations** and scroll to the section titled **External dashboard**. + +1. Fill in the URL to your external dashboard and click **Save changes**. + + ![External Dashboard Settings](img/external_dashboard_settings.png) + +1. There should now be a button on your + [Monitoring dashboard](../../../ci/environments.md#monitoring-environments) which + will open the URL you entered in the above step. + + ![External Dashboard Link](img/external_dashboard_link.png) -- cgit v1.2.1