Add changelog: add support for kube_namespace in Metrics queries
+ small whitespace fix to better separate tests
This commit is contained in:
parent
48778ac589
commit
6232543db3
2 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Add support for kube_namespace in Metrics queries
|
||||
merge_request: 16169
|
||||
author:
|
|
@ -35,6 +35,7 @@ RSpec.shared_examples 'additional metrics query' do
|
|||
environment_filter: "container_name!=\"POD\",environment=\"#{environment.slug}\""
|
||||
)
|
||||
)
|
||||
|
||||
subject.query(*query_params)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue