diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-18 12:09:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-18 12:09:13 +0000 |
commit | 1363ca12f1f07c634647cf55c4c16b7401098673 (patch) | |
tree | d932caf09c8148322edb51ae954ed159ff7d00f8 /config/gitlab.yml.example | |
parent | 6763d2787670bc03a36a8eb601703e88fc70dece (diff) | |
download | gitlab-ce-1363ca12f1f07c634647cf55c4c16b7401098673.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 81085d4641e..eb41e4ac423 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -459,6 +459,11 @@ production: &base elastic_index_bulk_cron_worker: cron: "*/1 * * * *" + # Elasticsearch metrics + # NOTE: This will only take effect if Elasticsearch is enabled. + elastic_metrics_update_worker: + cron: "*/1 * * * *" + registry: # enabled: true # host: registry.example.com |