summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-06-09 16:25:25 -0500
committerMike Greiling <mike@pixelcog.com>2017-06-09 16:25:25 -0500
commitca343bfdb9a308e29d666f5c64632deb8d9fa83c (patch)
treee13b643ddc1372a8fa1270c6b2e621d6ee258efa
parent4f2af4258bd5b066357e519cca946fa2437e2f64 (diff)
downloadgitlab-ce-ca343bfdb9a308e29d666f5c64632deb8d9fa83c.tar.gz
remove lines that were incorrectly reinserted after 4f824d2a
-rw-r--r--spec/support/prometheus_helpers.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/support/prometheus_helpers.rb b/spec/support/prometheus_helpers.rb
index e8a950c03d8..6b9ebcf2bb3 100644
--- a/spec/support/prometheus_helpers.rb
+++ b/spec/support/prometheus_helpers.rb
@@ -88,10 +88,8 @@ module PrometheusHelpers
metrics: {
memory_values: prometheus_values_body('matrix').dig(:data, :result),
memory_current: prometheus_value_body('vector').dig(:data, :result),
- memory_previous: prometheus_value_body('vector').dig(:data, :result),
cpu_values: prometheus_values_body('matrix').dig(:data, :result),
- cpu_current: prometheus_value_body('vector').dig(:data, :result),
- cpu_previous: prometheus_value_body('vector').dig(:data, :result)
+ cpu_current: prometheus_value_body('vector').dig(:data, :result)
},
last_update: last_update
}