From ce27b99f800716cd5296c4324b855a14dd84c799 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Thu, 7 Sep 2017 09:47:09 -0500 Subject: Added CHANGELOG --- changelogs/unreleased/support-additional-colors.yml | 5 +++++ config/prometheus/additional_metrics.yml | 17 ----------------- 2 files changed, 5 insertions(+), 17 deletions(-) create mode 100644 changelogs/unreleased/support-additional-colors.yml diff --git a/changelogs/unreleased/support-additional-colors.yml b/changelogs/unreleased/support-additional-colors.yml new file mode 100644 index 00000000000..5178e159dcf --- /dev/null +++ b/changelogs/unreleased/support-additional-colors.yml @@ -0,0 +1,5 @@ +--- +title: Added support for specific labels and colors +merge_request: +author: +type: changed diff --git a/config/prometheus/additional_metrics.yml b/config/prometheus/additional_metrics.yml index 202bd9f0ab1..0642a0b2fe9 100644 --- a/config/prometheus/additional_metrics.yml +++ b/config/prometheus/additional_metrics.yml @@ -131,20 +131,3 @@ - query_range: 'sum(rate(container_cpu_usage_seconds_total{container_name!="POD",%{environment_filter}}[2m])) / count(container_cpu_usage_seconds_total{container_name!="POD",%{environment_filter}}) * 100' label: Average unit: "%" - - title: "CPU usage by CPU" - required_metrics: - - container_cpu_usage_seconds_total - weight: 1 - queries: - - query_range: 'avg(rate(container_cpu_usage_seconds_total{%{environment_filter}}[2m])) by (cpu) * 100' - unit: Average (%) - label: cpu - series: - - value: cpu00 - color: red - - value: cpu01 - color: blue - - value: cpu02 - color: purple - - value: cpu03 - color: orange -- cgit v1.2.1