summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-16 17:07:47 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-16 17:07:47 +0000
commitff2837c611a746f18152a8920a3dcae3870a3180 (patch)
treea38df74ebf96255b1f1f1d19a20bc5c898250bc2
parentb9ec29700d80f76cb3bd3b9f54c5fc672fcc4967 (diff)
parentf5dd35617925b427a7006777c19eabc4e9be82cb (diff)
downloadgitlab-ce-ff2837c611a746f18152a8920a3dcae3870a3180.tar.gz
Merge branch 'fix-prometheus-docs-typo' into 'master'
Update weight/priority definitions in prometheus dashboard docs See merge request gitlab-org/gitlab-ce!30793
-rw-r--r--doc/user/project/integrations/prometheus.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md
index eb223bf06bc..72f12972596 100644
--- a/doc/user/project/integrations/prometheus.md
+++ b/doc/user/project/integrations/prometheus.md
@@ -145,7 +145,6 @@ To configure a custom dashboard:
```yaml
dashboard: 'Dashboard Title'
- priority: 2
panel_groups:
- group: 'Group Title'
panels:
@@ -178,7 +177,6 @@ The following tables outline the details of expected properties.
| Property | Type | Required | Description |
| ------ | ------ | ------ | ------ |
| `dashboard` | string | yes | Heading for the dashboard. Only one dashboard should be defined per file. |
-| `priority` | number | no, default to definition order | Order to appear in dashboard dropdown. Lower number means higher priority, which will be higher in the dropdown. Numbers do not need to be consecutive. |
| `panel_groups` | array | yes | The panel groups which should be on the dashboard. |
**Panel group (`panel_groups`) properties:**
@@ -186,7 +184,7 @@ The following tables outline the details of expected properties.
| Property | Type | Required | Description |
| ------ | ------ | ------ | ------ |
| `group` | string | required | Heading for the panel group. |
-| `priority` | number | optional, defaults to order in file | Order to appear on the dashboard. Lower number means higher priority, which will be higher on the page. Numbers do not need to be consecutive. |
+| `priority` | number | optional, defaults to order in file | Order to appear on the dashboard. Higher number means higher priority, which will be higher on the page. Numbers do not need to be consecutive. |
| `panels` | array | required | The panels which should be in the panel group. |
**Panel (`panels`) properties:**