Move external dashboard docs
- To user/project/operations - And cross-link in ci/environments
This commit is contained in:
parent
07f8f2056d
commit
d55fd99c3a
5 changed files with 24 additions and 0 deletions
|
@ -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.
|
||||
|
|
BIN
doc/user/project/operations/img/external_dashboard_link.png
Normal file
BIN
doc/user/project/operations/img/external_dashboard_link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
doc/user/project/operations/img/external_dashboard_settings.png
Normal file
BIN
doc/user/project/operations/img/external_dashboard_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
|
@ -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.
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue