buildbarn / bb-deployments

Example deployments of Buildbarn on various platforms
Apache License 2.0
102 stars 70 forks source link

Prettify platforms for bb scheduler in grafana #93

Closed moroten closed 1 year ago

moroten commented 1 year ago

Introduce some regex magic to remove "name" and "value" from the bb-scheduler dashboard. This replaces {"properties":[{"name":"OSFamily","value":"Linux"},{"name":"container-image","value":"docker://ghcr.io/catthehacker/ubuntu:act-22.04"}]} with OSFamily=Linux container-image=docker://ghcr.io/catthehacker/ubuntu:act-22.04.

moroten commented 1 year ago

Before: image After: image

moroten commented 1 year ago

Already submitted as