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
cf79b6b6
Commit
cf79b6b6
authored
May 29, 2020
by
Kirstie Cook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for links key
parent
cd288b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
doc/user/project/integrations/prometheus.md
doc/user/project/integrations/prometheus.md
+10
-2
No files found.
doc/user/project/integrations/prometheus.md
View file @
cf79b6b6
...
...
@@ -378,16 +378,24 @@ The following tables outline the details of expected properties.
| ------ | ------ | ------ | ------ |
|
`dashboard`
| string | yes | Heading for the dashboard. Only one dashboard should be defined per file. |
|
`panel_groups`
| array | yes | The panel groups which should be on the dashboard. |
|
`templating`
| Hash | no | Top level key under which templating related options can be added. |
|
`templating`
| hash | no | Top level key under which templating related options can be added. |
|
`links`
| array | no | Add links to display on the dashboard. |
##### **Templating (`templating`) properties**
| Property | Type | Required | Description |
| -------- | ---- | -------- | ----------- |
|
`variables`
|
H
ash | no | Variables can be defined here. |
|
`variables`
|
h
ash | no | Variables can be defined here. |
Read the documentation on
[
templating
](
#templating-variables-for-metrics-dashboards
)
.
##### **Links (`links`) properties**
| Property | Type | Required | Description |
| -------- | ---- | -------- | ----------- |
|
`url`
| string | yes | The address of the link. |
|
`title`
| string | no | Display title for the link. |
##### **Panel group (`panel_groups`) properties**
| Property | Type | Required | Description |
...
...
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