diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-21 09:08:52 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-21 09:08:52 +0000 |
commit | ea037b91577f1b645267df9e034f6da3e389626c (patch) | |
tree | 4cf78baf7034278157a4faa9d37409b0cf299a24 /config/metrics/settings | |
parent | 25c07d7230471a8cc7062e83662a300fb4902fce (diff) | |
download | gitlab-ce-ea037b91577f1b645267df9e034f6da3e389626c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/metrics/settings')
-rw-r--r-- | config/metrics/settings/database_adapter.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/metrics/settings/database_adapter.yml b/config/metrics/settings/database_adapter.yml index b24fc933a08..b80906ab025 100644 --- a/config/metrics/settings/database_adapter.yml +++ b/config/metrics/settings/database_adapter.yml @@ -1,12 +1,9 @@ -name: adapter +key_path: database.adapter description: This metric only returns a value of PostgreSQL in supported versions of GitLab. It could be removed from the usage ping. Historically MySQL was also supported. value_type: string product_category: collection stage: growth status: data_available -default_generation: generation_1 -full_path: - generation_1: database.adapter group: group::enablement distribution time_frame: none data_source: database |