Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-25 12:08:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-25 12:08:46 +0300
commit35487a1e925f7b4ec72a3d0cdde94f92582d2087 (patch)
tree5cb21f3e13cea333acc0101a45d92b237a78fd5e /lib/gitlab/prometheus
parent4f749a9b30a638f0bd3a19e8d9925e966b0f5cb4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/prometheus')
-rw-r--r--lib/gitlab/prometheus/queries/knative_invocation_query.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/prometheus/queries/knative_invocation_query.rb b/lib/gitlab/prometheus/queries/knative_invocation_query.rb
index 8873608c411..abc90bad9c3 100644
--- a/lib/gitlab/prometheus/queries/knative_invocation_query.rb
+++ b/lib/gitlab/prometheus/queries/knative_invocation_query.rb
@@ -20,7 +20,7 @@ module Gitlab
protected
def context(function_id)
- function = Serverless::Function.find_by_id(function_id)
+ function = ::Serverless::Function.find_by_id(function_id)
{
function_name: function.name,
kube_namespace: function.namespace