Commit 7d8d774d authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in config/prometheus/additional_metrics.yml

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent df00f1a5
......@@ -160,12 +160,8 @@
queries:
- query_range: 'sum(avg(rate(container_cpu_usage_seconds_total{container_name!="POD",environment="%{ci_environment_slug}"}[2m])) without (job)) * 100'
label: Average
<<<<<<< HEAD
unit: "%"
- query_range: 'sum(avg(rate(container_cpu_usage_seconds_total{container_name!="POD",environment="%{ci_environment_slug}-canary"}[2m])) without (job)) * 100'
label: Average
unit: "%"
track: canary
=======
unit: "%"
>>>>>>> upstream/master
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment