grafana: add CentOS 8 and missing AArch64 entries
Change-Id: I6d1874b83d2d6ca3b0ec1edeb43343b847477221
This commit is contained in:
parent
18c490d15a
commit
5dc3d7859e
@ -18,12 +18,16 @@ cp nodepool-dib.base.template nodepool-dib.yaml
|
||||
create "Ubuntu Bionic" "ubuntu-bionic"
|
||||
create "Ubuntu Xenial" "ubuntu-xenial"
|
||||
create "Centos 7" "centos-7"
|
||||
create "Centos 8" "centos-8"
|
||||
create "Fedora 30" "fedora-30"
|
||||
create "Debian Buster" "debian-buster"
|
||||
create "Debian Stretch" "debian-stretch"
|
||||
create "Gentoo" "gentoo-17-0-systemd"
|
||||
create "openSUSE 15.1" "opensuse-15"
|
||||
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 Bionic arm64" "ubuntu-bionic-arm64"
|
||||
create "Ubuntu Xenial arm64" "ubuntu-xenial-arm64"
|
||||
|
@ -175,6 +175,58 @@ dashboard:
|
||||
targets:
|
||||
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-7.status.duration.mean, 'None'), "Time")
|
||||
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
|
||||
|
||||
- title: Fedora 30
|
||||
@ -487,6 +539,214 @@ dashboard:
|
||||
targets:
|
||||
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.opensuse-tumbleweed.status.duration.mean, 'None'), "Time")
|
||||
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
|
||||
|
||||
- title: Ubuntu Bionic arm64
|
||||
|
Loading…
Reference in New Issue
Block a user