Commit 2db1cf6f authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'aa-fix-usage-ping-metric-names' into 'master'

Recording times in the usage ping documentation

See merge request gitlab-org/gitlab!36611
parents 1d29dc35 70ddd92f
...@@ -396,6 +396,8 @@ appear to be associated to any of the services running, since they all appear to ...@@ -396,6 +396,8 @@ appear to be associated to any of the services running, since they all appear to
| `installation_type` | | | | | | | `installation_type` | | | | | |
| `active_user_count` | | | | | | | `active_user_count` | | | | | |
| `recorded_at` | | | | | | | `recorded_at` | | | | | |
| `recording_ce_finished_at` | | | | CE+EE | When the core features were computed |
| `recording_ee_finished_at` | | | | EE | When the EE-specific features were computed |
| `edition` | | | | | | | `edition` | | | | | |
| `license_md5` | | | | | | | `license_md5` | | | | | |
| `license_id` | | | | | | | `license_id` | | | | | |
...@@ -701,7 +703,7 @@ appear to be associated to any of the services running, since they all appear to ...@@ -701,7 +703,7 @@ appear to be associated to any of the services running, since they all appear to
| `projects_mirrored_with_pipelines_enabled` | `usage_activity_by_stage` | `release` | | EE | Projects with repository mirroring enabled | | `projects_mirrored_with_pipelines_enabled` | `usage_activity_by_stage` | `release` | | EE | Projects with repository mirroring enabled |
| `releases` | `usage_activity_by_stage` | `release` | | CE+EE | Unique release tags in project | | `releases` | `usage_activity_by_stage` | `release` | | CE+EE | Unique release tags in project |
| `successful_deployments` | `usage_activity_by_stage` | `release` | | CE+EE | Total successful deployments | | `successful_deployments` | `usage_activity_by_stage` | `release` | | CE+EE | Total successful deployments |
| `user_preferences_group_overview_security_dashboard: 0` | `usage_activity_by_stage` | `secure` | | | | | `user_preferences_group_overview_security_dashboard` | `usage_activity_by_stage` | `secure` | | | |
| `ci_builds` | `usage_activity_by_stage` | `verify` | | CE+EE | Unique builds in project | | `ci_builds` | `usage_activity_by_stage` | `verify` | | CE+EE | Unique builds in project |
| `ci_external_pipelines` | `usage_activity_by_stage` | `verify` | | CE+EE | Total pipelines in external repositories | | `ci_external_pipelines` | `usage_activity_by_stage` | `verify` | | CE+EE | Total pipelines in external repositories |
| `ci_internal_pipelines` | `usage_activity_by_stage` | `verify` | | CE+EE | Total pipelines in GitLab repositories | | `ci_internal_pipelines` | `usage_activity_by_stage` | `verify` | | CE+EE | Total pipelines in GitLab repositories |
......
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