Merge "grafana: add CentOS 8 and missing AArch64 entries"
This commit is contained in:
commit
1bd14f4eea
@ -18,12 +18,16 @@ cp nodepool-dib.base.template nodepool-dib.yaml
|
|||||||
create "Ubuntu Bionic" "ubuntu-bionic"
|
create "Ubuntu Bionic" "ubuntu-bionic"
|
||||||
create "Ubuntu Xenial" "ubuntu-xenial"
|
create "Ubuntu Xenial" "ubuntu-xenial"
|
||||||
create "Centos 7" "centos-7"
|
create "Centos 7" "centos-7"
|
||||||
|
create "Centos 8" "centos-8"
|
||||||
create "Fedora 30" "fedora-30"
|
create "Fedora 30" "fedora-30"
|
||||||
create "Debian Buster" "debian-buster"
|
create "Debian Buster" "debian-buster"
|
||||||
create "Debian Stretch" "debian-stretch"
|
create "Debian Stretch" "debian-stretch"
|
||||||
create "Gentoo" "gentoo-17-0-systemd"
|
create "Gentoo" "gentoo-17-0-systemd"
|
||||||
create "openSUSE 15.1" "opensuse-15"
|
create "openSUSE 15.1" "opensuse-15"
|
||||||
create "openSUSE Tumbleweed" "opensuse-tumbleweed"
|
create "openSUSE Tumbleweed" "opensuse-tumbleweed"
|
||||||
|
create "Centos 8 arm64" "centos-8-arm64"
|
||||||
|
create "Debian Buster arm64" "debian-buster-arm64"
|
||||||
|
create "Debian Stretch arm64" "debian-stretch-arm64"
|
||||||
create "Ubuntu Focal arm64" "ubuntu-focal-arm64"
|
create "Ubuntu Focal arm64" "ubuntu-focal-arm64"
|
||||||
create "Ubuntu Bionic arm64" "ubuntu-bionic-arm64"
|
create "Ubuntu Bionic arm64" "ubuntu-bionic-arm64"
|
||||||
create "Ubuntu Xenial arm64" "ubuntu-xenial-arm64"
|
create "Ubuntu Xenial arm64" "ubuntu-xenial-arm64"
|
||||||
|
@ -175,6 +175,58 @@ dashboard:
|
|||||||
targets:
|
targets:
|
||||||
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-7.status.duration.mean, 'None'), "Time")
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-7.status.duration.mean, 'None'), "Time")
|
||||||
refId: A
|
refId: A
|
||||||
|
# AUTOGENERATED : Centos 8
|
||||||
|
|
||||||
|
- title: Centos 8
|
||||||
|
showTitle: true
|
||||||
|
height: 200px
|
||||||
|
panels:
|
||||||
|
- title: Build status
|
||||||
|
colorBackground: true
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
valueMaps:
|
||||||
|
- value: 0
|
||||||
|
text: "OK"
|
||||||
|
- value: 1
|
||||||
|
text: "FAILED"
|
||||||
|
thresholds: 0.1,0.9
|
||||||
|
span: 2
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.centos-8.status.rc"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Last build
|
||||||
|
type: singlestat
|
||||||
|
span: 2
|
||||||
|
format: dateTimeFromNow
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.centos-8.status.last_build"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Image size
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.centos-8.*.size, 5)
|
||||||
|
refId: A
|
||||||
|
|
||||||
|
- title: Build duration
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-8.status.duration.mean, 'None'), "Time")
|
||||||
|
refId: A
|
||||||
# AUTOGENERATED : Fedora 30
|
# AUTOGENERATED : Fedora 30
|
||||||
|
|
||||||
- title: Fedora 30
|
- title: Fedora 30
|
||||||
@ -487,6 +539,214 @@ dashboard:
|
|||||||
targets:
|
targets:
|
||||||
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.opensuse-tumbleweed.status.duration.mean, 'None'), "Time")
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.opensuse-tumbleweed.status.duration.mean, 'None'), "Time")
|
||||||
refId: A
|
refId: A
|
||||||
|
# AUTOGENERATED : Centos 8 arm64
|
||||||
|
|
||||||
|
- title: Centos 8 arm64
|
||||||
|
showTitle: true
|
||||||
|
height: 200px
|
||||||
|
panels:
|
||||||
|
- title: Build status
|
||||||
|
colorBackground: true
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
valueMaps:
|
||||||
|
- value: 0
|
||||||
|
text: "OK"
|
||||||
|
- value: 1
|
||||||
|
text: "FAILED"
|
||||||
|
thresholds: 0.1,0.9
|
||||||
|
span: 2
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.centos-8-arm64.status.rc"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Last build
|
||||||
|
type: singlestat
|
||||||
|
span: 2
|
||||||
|
format: dateTimeFromNow
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.centos-8-arm64.status.last_build"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Image size
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.centos-8-arm64.*.size, 5)
|
||||||
|
refId: A
|
||||||
|
|
||||||
|
- title: Build duration
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-8-arm64.status.duration.mean, 'None'), "Time")
|
||||||
|
refId: A
|
||||||
|
# AUTOGENERATED : Debian Buster arm64
|
||||||
|
|
||||||
|
- title: Debian Buster arm64
|
||||||
|
showTitle: true
|
||||||
|
height: 200px
|
||||||
|
panels:
|
||||||
|
- title: Build status
|
||||||
|
colorBackground: true
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
valueMaps:
|
||||||
|
- value: 0
|
||||||
|
text: "OK"
|
||||||
|
- value: 1
|
||||||
|
text: "FAILED"
|
||||||
|
thresholds: 0.1,0.9
|
||||||
|
span: 2
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.debian-buster-arm64.status.rc"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Last build
|
||||||
|
type: singlestat
|
||||||
|
span: 2
|
||||||
|
format: dateTimeFromNow
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.debian-buster-arm64.status.last_build"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Image size
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.debian-buster-arm64.*.size, 5)
|
||||||
|
refId: A
|
||||||
|
|
||||||
|
- title: Build duration
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.debian-buster-arm64.status.duration.mean, 'None'), "Time")
|
||||||
|
refId: A
|
||||||
|
# AUTOGENERATED : Debian Stretch arm64
|
||||||
|
|
||||||
|
- title: Debian Stretch arm64
|
||||||
|
showTitle: true
|
||||||
|
height: 200px
|
||||||
|
panels:
|
||||||
|
- title: Build status
|
||||||
|
colorBackground: true
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
valueMaps:
|
||||||
|
- value: 0
|
||||||
|
text: "OK"
|
||||||
|
- value: 1
|
||||||
|
text: "FAILED"
|
||||||
|
thresholds: 0.1,0.9
|
||||||
|
span: 2
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.debian-stretch-arm64.status.rc"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Last build
|
||||||
|
type: singlestat
|
||||||
|
span: 2
|
||||||
|
format: dateTimeFromNow
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.debian-stretch-arm64.status.last_build"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Image size
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.debian-stretch-arm64.*.size, 5)
|
||||||
|
refId: A
|
||||||
|
|
||||||
|
- title: Build duration
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.debian-stretch-arm64.status.duration.mean, 'None'), "Time")
|
||||||
|
refId: A
|
||||||
|
# AUTOGENERATED : Ubuntu Focal arm64
|
||||||
|
|
||||||
|
- title: Ubuntu Focal arm64
|
||||||
|
showTitle: true
|
||||||
|
height: 200px
|
||||||
|
panels:
|
||||||
|
- title: Build status
|
||||||
|
colorBackground: true
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
valueMaps:
|
||||||
|
- value: 0
|
||||||
|
text: "OK"
|
||||||
|
- value: 1
|
||||||
|
text: "FAILED"
|
||||||
|
thresholds: 0.1,0.9
|
||||||
|
span: 2
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.ubuntu-focal-arm64.status.rc"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Last build
|
||||||
|
type: singlestat
|
||||||
|
span: 2
|
||||||
|
format: dateTimeFromNow
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.ubuntu-focal-arm64.status.last_build"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Image size
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.ubuntu-focal-arm64.*.size, 5)
|
||||||
|
refId: A
|
||||||
|
|
||||||
|
- title: Build duration
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.ubuntu-focal-arm64.status.duration.mean, 'None'), "Time")
|
||||||
|
refId: A
|
||||||
# AUTOGENERATED : Ubuntu Bionic arm64
|
# AUTOGENERATED : Ubuntu Bionic arm64
|
||||||
|
|
||||||
- title: Ubuntu Bionic arm64
|
- title: Ubuntu Bionic arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user