summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-26 18:40:39 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-26 18:40:39 +0000
commit78db8d82d4fdc87921767e551143889c6146ce9a (patch)
treeab04e4cde4c635911dcf3cc70c8733d8a638f0a9
parentf19fde2c7e913d70a0ec5d63a1512515b0469fd2 (diff)
parentd76375b971f922b1da4f4dc9064245a27595cd9d (diff)
downloadgitlab-ce-78db8d82d4fdc87921767e551143889c6146ce9a.tar.gz
Merge branch '66132-document-new-line-chart-in-panel-metric-type' into 'master'
Add Documentation for `line-chart` See merge request gitlab-org/gitlab-ce!32075
-rw-r--r--doc/user/project/integrations/prometheus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md
index 9fc0ade809e..a80332adc46 100644
--- a/doc/user/project/integrations/prometheus.md
+++ b/doc/user/project/integrations/prometheus.md
@@ -194,7 +194,7 @@ The following tables outline the details of expected properties.
| Property | Type | Required | Description |
| ------ | ------ | ------ | ------- |
-| `type` | enum | no, defaults to `area-chart` | Specifies the chart type to use. |
+| `type` | enum | no, defaults to `area-chart` | Specifies the chart type to use, can be `area-chart` or `line-chart` |
| `title` | string | yes | Heading for the panel. |
| `y_label` | string | no, but highly encouraged | Y-Axis label for the panel. |
| `weight` | number | no, defaults to order in file | Order to appear within the grouping. Lower number means higher priority, which will be higher on the page. Numbers do not need to be consecutive. |