Added CHANGELOG
This commit is contained in:
parent
b71eb1da5b
commit
ce27b99f80
2 changed files with 5 additions and 17 deletions
5
changelogs/unreleased/support-additional-colors.yml
Normal file
5
changelogs/unreleased/support-additional-colors.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Added support for specific labels and colors
|
||||
merge_request:
|
||||
author:
|
||||
type: changed
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue