diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-05 00:10:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-05 00:10:41 +0000 |
commit | 415153114ac36a0e25b6beb6f0543581bcedc54c (patch) | |
tree | 7766607058528a92efb52f05fe03005a9392a0ea /app/models/concerns/prometheus_adapter.rb | |
parent | 4f49d2c8cd9b0c54c1055480df5cde2e13d7c76d (diff) | |
download | gitlab-ce-415153114ac36a0e25b6beb6f0543581bcedc54c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/concerns/prometheus_adapter.rb')
-rw-r--r-- | app/models/concerns/prometheus_adapter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/prometheus_adapter.rb b/app/models/concerns/prometheus_adapter.rb index b26d376bb9b..afebc426762 100644 --- a/app/models/concerns/prometheus_adapter.rb +++ b/app/models/concerns/prometheus_adapter.rb @@ -33,7 +33,7 @@ module PrometheusAdapter # This is a light-weight check if a prometheus client is properly configured. def configured? - raise NotImplemented + raise NotImplementedError end # This is a heavy-weight check if a prometheus is properly configured and accessible from GitLab. |