Commit 3d6a16f9 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-metrics-dictionary' into 'master'

Update usage ping dictionary

See merge request gitlab-org/gitlab!55024
parents 8b6129e7 d26dc6cf
--- ---
key_path: usage_activity_by_stage_monthly.monitor.projects_with_incidents key_path: usage_activity_by_stage_monthly.monitor.projects_with_incidents
description: 'Count of unique projects with an incident created in the last month ' description: 'Count of unique projects with an incident created in the last month'
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::health product_group: group::health
......
--- ---
key_path: usage_activity_by_stage_monthly.monitor.projects_with_alert_incidents key_path: usage_activity_by_stage_monthly.monitor.projects_with_alert_incidents
description: 'Count of unique projects with an incident from an alert created in the description: 'Count of unique projects with an incident from an alert created in the
last month ' last month'
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::health product_group: group::health
......
--- ---
key_path: usage_activity_by_stage.manage.projects_imported.gitlab_project key_path: usage_activity_by_stage.manage.projects_imported.gitlab_project
description: 'Distinct count of users that imported projects using Project Import/Export ' description: 'Distinct count of users that imported projects using Project Import/Export'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
--- ---
key_path: usage_activity_by_stage.manage.projects_imported.gitlab key_path: usage_activity_by_stage.manage.projects_imported.gitlab
description: 'Distinct count of users that imported projects from GitLab.com ' description: 'Distinct count of users that imported projects from GitLab.com'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
--- ---
key_path: usage_activity_by_stage.manage.projects_imported.bitbucket key_path: usage_activity_by_stage.manage.projects_imported.bitbucket
description: 'Distinct count of users that imported projects from Bitbucket Cloud ' description: 'Distinct count of users that imported projects from Bitbucket Cloud'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
--- ---
key_path: usage_activity_by_stage.manage.projects_imported.bitbucket_server key_path: usage_activity_by_stage.manage.projects_imported.bitbucket_server
description: 'Distinct count of users that imported projects from Bitbucket Server ' description: 'Distinct count of users that imported projects from Bitbucket Server'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
--- ---
key_path: usage_activity_by_stage.manage.projects_imported.gitea key_path: usage_activity_by_stage.manage.projects_imported.gitea
description: 'Distinct count of users that imported projects from Gitea ' description: 'Distinct count of users that imported projects from Gitea'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
--- ---
key_path: usage_activity_by_stage.manage.projects_imported.git key_path: usage_activity_by_stage.manage.projects_imported.git
description: 'Distinct count of users that imported projects using Import by URL ' description: 'Distinct count of users that imported projects using Import by URL'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
--- ---
key_path: usage_activity_by_stage.manage.projects_imported.manifest key_path: usage_activity_by_stage.manage.projects_imported.manifest
description: 'Distinct count of users that imported projects using Manifest file ' description: 'Distinct count of users that imported projects using Manifest file'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
--- ---
key_path: usage_activity_by_stage.manage.issues_imported.fogbugz key_path: usage_activity_by_stage.manage.issues_imported.fogbugz
description: 'Distinct count of users that imported issues into projects using FogBugz ' description: 'Distinct count of users that imported issues into projects using FogBugz'
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::import product_group: group::import
......
...@@ -24,7 +24,7 @@ bundle exec rake gitlab:usage_data:generate_metrics_dictionary ...@@ -24,7 +24,7 @@ bundle exec rake gitlab:usage_data:generate_metrics_dictionary
The Metrics Dictionary is based on the following metrics definition YAML files: The Metrics Dictionary is based on the following metrics definition YAML files:
- [`config/metrics`]('https://gitlab.com/gitlab-org/gitlab/-/tree/master/config/metrics') - [`config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/config/metrics)
- [`ee/config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/config/metrics) - [`ee/config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/config/metrics)
Each table includes a `milestone`, which corresponds to the GitLab version when the metric Each table includes a `milestone`, which corresponds to the GitLab version when the metric
was released. was released.
...@@ -21927,7 +21927,7 @@ Distinct count of users that imported issues into projects using CSV upload ...@@ -21927,7 +21927,7 @@ Distinct count of users that imported issues into projects using CSV upload
## `usage_activity_by_stage.manage.issues_imported.fogbugz` ## `usage_activity_by_stage.manage.issues_imported.fogbugz`
Distinct count of users that imported issues into projects using FogBugz Distinct count of users that imported issues into projects using FogBugz
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -22269,7 +22269,7 @@ Count of projects imported using manifst file ...@@ -22269,7 +22269,7 @@ Count of projects imported using manifst file
## `usage_activity_by_stage.manage.projects_imported.bitbucket` ## `usage_activity_by_stage.manage.projects_imported.bitbucket`
Distinct count of users that imported projects from Bitbucket Cloud Distinct count of users that imported projects from Bitbucket Cloud
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -22288,7 +22288,7 @@ Distinct count of users that imported projects from Bitbucket Cloud ...@@ -22288,7 +22288,7 @@ Distinct count of users that imported projects from Bitbucket Cloud
## `usage_activity_by_stage.manage.projects_imported.bitbucket_server` ## `usage_activity_by_stage.manage.projects_imported.bitbucket_server`
Distinct count of users that imported projects from Bitbucket Server Distinct count of users that imported projects from Bitbucket Server
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -22307,7 +22307,7 @@ Distinct count of users that imported projects from Bitbucket Server ...@@ -22307,7 +22307,7 @@ Distinct count of users that imported projects from Bitbucket Server
## `usage_activity_by_stage.manage.projects_imported.git` ## `usage_activity_by_stage.manage.projects_imported.git`
Distinct count of users that imported projects using Import by URL Distinct count of users that imported projects using Import by URL
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -22326,7 +22326,7 @@ Distinct count of users that imported projects using Import by URL ...@@ -22326,7 +22326,7 @@ Distinct count of users that imported projects using Import by URL
## `usage_activity_by_stage.manage.projects_imported.gitea` ## `usage_activity_by_stage.manage.projects_imported.gitea`
Distinct count of users that imported projects from Gitea Distinct count of users that imported projects from Gitea
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -22364,7 +22364,7 @@ Distinct count of users that imported projects from GitHub ...@@ -22364,7 +22364,7 @@ Distinct count of users that imported projects from GitHub
## `usage_activity_by_stage.manage.projects_imported.gitlab` ## `usage_activity_by_stage.manage.projects_imported.gitlab`
Distinct count of users that imported projects from GitLab.com Distinct count of users that imported projects from GitLab.com
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -22383,7 +22383,7 @@ Distinct count of users that imported projects from GitLab.com ...@@ -22383,7 +22383,7 @@ Distinct count of users that imported projects from GitLab.com
## `usage_activity_by_stage.manage.projects_imported.gitlab_project` ## `usage_activity_by_stage.manage.projects_imported.gitlab_project`
Distinct count of users that imported projects using Project Import/Export Distinct count of users that imported projects using Project Import/Export
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -22402,7 +22402,7 @@ Distinct count of users that imported projects using Project Import/Export ...@@ -22402,7 +22402,7 @@ Distinct count of users that imported projects using Project Import/Export
## `usage_activity_by_stage.manage.projects_imported.manifest` ## `usage_activity_by_stage.manage.projects_imported.manifest`
Distinct count of users that imported projects using Manifest file Distinct count of users that imported projects using Manifest file
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -23143,7 +23143,7 @@ Total successful deployments ...@@ -23143,7 +23143,7 @@ Total successful deployments
## `usage_activity_by_stage.secure.api_fuzzing_scans` ## `usage_activity_by_stage.secure.api_fuzzing_scans`
Counts API fuzzing jobs Counts API fuzzing jobs
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -23162,7 +23162,7 @@ Counts API fuzzing jobs ...@@ -23162,7 +23162,7 @@ Counts API fuzzing jobs
## `usage_activity_by_stage.secure.container_scanning_scans` ## `usage_activity_by_stage.secure.container_scanning_scans`
Counts container scanning jobs Counts container scanning jobs
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -23181,7 +23181,7 @@ Counts container scanning jobs ...@@ -23181,7 +23181,7 @@ Counts container scanning jobs
## `usage_activity_by_stage.secure.coverage_fuzzing_scans` ## `usage_activity_by_stage.secure.coverage_fuzzing_scans`
Counts fuzzing jobs Counts fuzzing jobs
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -23200,7 +23200,7 @@ Counts fuzzing jobs ...@@ -23200,7 +23200,7 @@ Counts fuzzing jobs
## `usage_activity_by_stage.secure.dast_scans` ## `usage_activity_by_stage.secure.dast_scans`
Counts dast jobs Counts dast jobs
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -23219,7 +23219,7 @@ Counts dast jobs ...@@ -23219,7 +23219,7 @@ Counts dast jobs
## `usage_activity_by_stage.secure.dependency_scanning_scans` ## `usage_activity_by_stage.secure.dependency_scanning_scans`
Counts dependency scanning jobs Counts dependency scanning jobs
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -23238,7 +23238,7 @@ Counts dependency scanning jobs ...@@ -23238,7 +23238,7 @@ Counts dependency scanning jobs
## `usage_activity_by_stage.secure.sast_scans` ## `usage_activity_by_stage.secure.sast_scans`
Counts sast jobs Counts sast jobs
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -23257,7 +23257,7 @@ Counts sast jobs ...@@ -23257,7 +23257,7 @@ Counts sast jobs
## `usage_activity_by_stage.secure.secret_detection_scans` ## `usage_activity_by_stage.secure.secret_detection_scans`
Counts secret detection jobs Counts secret detection jobs
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -25746,7 +25746,7 @@ Missing description ...@@ -25746,7 +25746,7 @@ Missing description
## `usage_activity_by_stage_monthly.monitor.projects_with_alert_incidents` ## `usage_activity_by_stage_monthly.monitor.projects_with_alert_incidents`
Count of unique projects with an incident from an alert created in the last month Count of unique projects with an incident from an alert created in the last month
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -25784,7 +25784,7 @@ Missing description ...@@ -25784,7 +25784,7 @@ Missing description
## `usage_activity_by_stage_monthly.monitor.projects_with_incidents` ## `usage_activity_by_stage_monthly.monitor.projects_with_incidents`
Count of unique projects with an incident created in the last month Count of unique projects with an incident created in the last month
| field | value | | field | value |
| --- | --- | | --- | --- |
......
---
title: Update usage ping dictionary
merge_request: 55024
author:
type: other
--- ---
key_path: usage_activity_by_stage.secure.dependency_scanning_scans key_path: usage_activity_by_stage.secure.dependency_scanning_scans
description: 'Counts dependency scanning jobs ' description: 'Counts dependency scanning jobs'
product_section: sec product_section: sec
product_stage: secure product_stage: secure
product_group: group::composition analysis product_group: group::composition analysis
......
--- ---
key_path: usage_activity_by_stage.secure.container_scanning_scans key_path: usage_activity_by_stage.secure.container_scanning_scans
description: 'Counts container scanning jobs ' description: 'Counts container scanning jobs'
product_section: sec product_section: sec
product_stage: protect product_stage: protect
product_group: group::container security product_group: group::container security
......
--- ---
key_path: usage_activity_by_stage.secure.coverage_fuzzing_scans key_path: usage_activity_by_stage.secure.coverage_fuzzing_scans
description: 'Counts fuzzing jobs ' description: 'Counts fuzzing jobs'
product_section: sec product_section: sec
product_stage: secure product_stage: secure
product_group: group::fuzz testing product_group: group::fuzz testing
......
--- ---
key_path: usage_activity_by_stage.secure.api_fuzzing_scans key_path: usage_activity_by_stage.secure.api_fuzzing_scans
description: 'Counts API fuzzing jobs ' description: 'Counts API fuzzing jobs'
product_section: sec product_section: sec
product_stage: secure product_stage: secure
product_group: group::fuzz testing product_group: group::fuzz testing
......
--- ---
key_path: usage_activity_by_stage.secure.sast_scans key_path: usage_activity_by_stage.secure.sast_scans
description: 'Counts sast jobs ' description: 'Counts sast jobs'
product_section: sec product_section: sec
product_stage: secure product_stage: secure
product_group: group::static analysis product_group: group::static analysis
......
--- ---
key_path: usage_activity_by_stage.secure.dast_scans key_path: usage_activity_by_stage.secure.dast_scans
description: 'Counts dast jobs ' description: 'Counts dast jobs'
product_section: sec product_section: sec
product_stage: secure product_stage: secure
product_group: group::static analysis product_group: group::static analysis
......
--- ---
key_path: usage_activity_by_stage.secure.secret_detection_scans key_path: usage_activity_by_stage.secure.secret_detection_scans
description: 'Counts secret detection jobs ' description: 'Counts secret detection jobs'
product_section: sec product_section: sec
product_stage: secure product_stage: secure
product_group: group::static analysis product_group: group::static analysis
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
The Metrics Dictionary is based on the following metrics definition YAML files: The Metrics Dictionary is based on the following metrics definition YAML files:
- [`config/metrics`]('https://gitlab.com/gitlab-org/gitlab/-/tree/master/config/metrics') - [`config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/config/metrics)
- [`ee/config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/config/metrics) - [`ee/config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/config/metrics)
Each table includes a `milestone`, which corresponds to the GitLab version when the metric Each table includes a `milestone`, which corresponds to the GitLab version when the metric
......
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