Commit 14f4b2e5 authored by Mikołaj Wawrzyniak's avatar Mikołaj Wawrzyniak

Merge branch 'update-runner-metrics-definitions' into 'master'

Update runner metrics definitions

See merge request gitlab-org/gitlab!64103
parents 62b147f1 97545a9c
---
data_category: Optional
key_path: counts.ci_runners
description: Total configured Runners in project
description: Total configured Runners of all types
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -2,7 +2,7 @@
data_category: Optional
key_path: counts.ci_runners_instance_type_active
name: "count_active_instance_ci_runners"
description: Total active group Runners
description: Total active Shared (Instance) Runners
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -2,7 +2,7 @@
data_category: Optional
key_path: counts.ci_runners_group_type_active
name: "count_active_group_ci_runners"
description: Total active instance Runners
description: Total active Group Runners
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -2,7 +2,7 @@
data_category: Optional
key_path: counts.ci_runners_project_type_active
name: "count_active_project_ci_runners"
description: Total active project Runners
description: Total active Specific (Project) Runners
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -2,7 +2,7 @@
data_category: Optional
key_path: counts.ci_runners_online
name: "counts_online_runners"
description: Total online Runners
description: Total online Runners of all types
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -2,7 +2,7 @@
data_category: Optional
key_path: counts.ci_runners_instance_type_active_online
name: "count_instance_active_online_ci_runners"
description: Total active and online instance Runners
description: Total active and online Shared (Instance) Runners
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -2,7 +2,7 @@
data_category: Optional
key_path: counts.ci_runners_group_type_active_online
name: "count_group_active_online_ci_runners"
description: Total active and online group Runners
description: Total active and online Group Runners
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -2,7 +2,7 @@
data_category: Optional
key_path: counts.ci_runners_project_type_active_online
name: "count_project_active_online_ci_runners"
description: Total active and online project Runners
description: Total active and online Specific (Project) Runners
product_section: ops
product_stage: verify
product_group: group::pipeline execution
......
......@@ -666,7 +666,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners`
Total configured Runners in project
Total configured Runners of all types
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210216175520_ci_runners.yml)
......@@ -680,7 +680,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners_group_type_active`
Total active instance Runners
Total active Group Runners
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210502050341_ci_runners_group_type_active.yml)
......@@ -694,7 +694,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners_group_type_active_online`
Total active and online group Runners
Total active and online Group Runners
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210502051922_ci_runners_group_type_active_online.yml)
......@@ -708,7 +708,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners_instance_type_active`
Total active group Runners
Total active Shared (Instance) Runners
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210502045402_ci_runners_instance_type_active.yml)
......@@ -722,7 +722,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners_instance_type_active_online`
Total active and online instance Runners
Total active and online Shared (Instance) Runners
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210502051651_ci_runners_instance_type_active_online.yml)
......@@ -736,7 +736,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners_online`
Total online Runners
Total online Runners of all types
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210502050942_ci_runners_online.yml)
......@@ -750,7 +750,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners_project_type_active`
Total active project Runners
Total active Specific (Project) Runners
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210502050834_ci_runners_project_type_active.yml)
......@@ -764,7 +764,7 @@ Tiers: `free`, `premium`, `ultimate`
### `counts.ci_runners_project_type_active_online`
Total active and online project Runners
Total active and online Specific (Project) Runners
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210502052036_ci_runners_project_type_active_online.yml)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment