Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-16 18:09:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-16 18:09:45 +0300
commit7212129029f4e7e68614066cc43802faba42c554 (patch)
treefa74d8e03c28a2dfed520e3ae4cea11c90830560 /doc/user/project/insights
parent93fb07b8c9edb0f3e860d7670b47e03a136d1a57 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/insights')
-rw-r--r--doc/user/project/insights/index.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/project/insights/index.md b/doc/user/project/insights/index.md
index ff95945a64a..53547e69e00 100644
--- a/doc/user/project/insights/index.md
+++ b/doc/user/project/insights/index.md
@@ -157,6 +157,9 @@ Supported values are:
| `line` | ![Insights example stacked bar chart](img/insights_example_line_chart.png) |
| `stacked-bar` | ![Insights example stacked bar chart](img/insights_example_stacked_bar_chart.png) |
+NOTE:
+The `dora` data source only supports the `bar` chart type.
+
### `query`
`query` allows to define the data source and various filtering conditions for the chart.
@@ -349,7 +352,7 @@ dora:
title: "DORA charts"
charts:
- title: "DORA deployment frequency"
- type: bar
+ type: bar # only bar chart is supported at the moment
query:
data_source: dora
params:
@@ -372,7 +375,7 @@ dora:
period_limit: 30
```
-#### `query.metric`
+##### `query.metric`
Defines which DORA metric to query. The available values are:
@@ -398,7 +401,7 @@ Define how far the metrics are queried in the past (default: 15). Maximum lookba
##### `query.environment_tiers`
-An array of environments to include into the calculation (default: production).
+An array of environments to include into the calculation (default: production). Available options: `production`, `staging`, `testing`, `development`, `other`.
### `projects`