Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b9796b99
Commit
b9796b99
authored
May 29, 2020
by
Kirstie Cook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add related links preview
parent
cf79b6b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
doc/user/project/integrations/img/related_links_v13_1.png
doc/user/project/integrations/img/related_links_v13_1.png
+0
-0
doc/user/project/integrations/prometheus.md
doc/user/project/integrations/prometheus.md
+24
-0
No files found.
doc/user/project/integrations/img/related_links_v13_1.png
0 → 100644
View file @
b9796b99
9.18 KB
doc/user/project/integrations/prometheus.md
View file @
b9796b99
...
...
@@ -396,6 +396,8 @@ Read the documentation on [templating](#templating-variables-for-metrics-dashboa
|
`url`
| string | yes | The address of the link. |
|
`title`
| string | no | Display title for the link. |
Read the documentation on
[
links
](
#add-related-links-to-custom-dashboards
)
.
##### **Panel group (`panel_groups`) properties**
| Property | Type | Required | Description |
...
...
@@ -833,6 +835,28 @@ templating:
default
:
true
# (Optional) This option should be the default value of this variable.
```
### Add related links to custom dashboards
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216385) in GitLab 13.1.
Related links can be added to the top of your metrics dashboard, which can be used for quickly
navigating between dashboards or external services. The links will open in the same tab.
The
`url`
attribute is required for the link but the
`title`
attribute is optional; if the
`title`
is missing then the full address of the url will be displayed.
![
Links UI
](
img/related_links_v13_1.png
)
##### Links Syntax
```
yaml
links
:
-
title
:
GitLab.com
url
:
https://gitlab.com
-
title
:
GitLab Documentation
url
:
https://docs.gitlab.com
```
### View and edit the source file of a custom dashboard
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/34779) in GitLab 12.5.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment