{ "id": 5, "type": "table", "title": "Successful Builds", "gridPos": { "x": 0, "y": 20, "h": 12, "w": 24 }, "fieldConfig": { "defaults": { "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "inspect": true }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "color": { "mode": "continuous-YlRd" }, "decimals": 1, "links": [ { "targetBlank": true, "title": "Show the Build Log", "url": "${__data.fields.url}" } ] }, "overrides": [ { "matcher": { "id": "byName", "options": "Board" }, "properties": [ { "id": "custom.width", "value": 219 } ] }, { "matcher": { "id": "byName", "options": "Config" }, "properties": [ { "id": "custom.width", "value": 171 } ] }, { "matcher": { "id": "byName", "options": "Timestamp" }, "properties": [ { "id": "custom.width", "value": 215 } ] }, { "matcher": { "id": "byName", "options": "Message" }, "properties": [ { "id": "custom.width", "value": 338 } ] } ] }, "transformations": [ { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "greater", "options": { "value": "0.5" } }, "fieldName": "Value" } ], "match": "any", "type": "include" } }, { "id": "labelsToFields", "options": { "mode": "columns" } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "__name__": true, "apps_hash": true, "arch": true, "board": false, "config": false, "exported_instance": true, "exported_job": true, "group": true, "instance": true, "job": true, "msg": false, "nuttx_hash": true, "subarch": true, "target": true, "timestamp": false, "url": false, "url_display": true, "user": true, "version": true }, "includeByName": {}, "indexByName": { "Time": 0, "Value": 17, "__name__": 1, "arch": 2, "board": 3, "config": 4, "exported_instance": 5, "exported_job": 6, "group": 7, "instance": 8, "job": 9, "msg": 13, "subarch": 18, "target": 10, "timestamp": 14, "url": 15, "url_display": 16, "user": 11, "version": 12 }, "renameByName": { "arch": "Arch", "board": "Board", "config": "Config", "job": "", "msg": "Message", "timestamp": "Timestamp", "url": "Build Log" } } }, { "id": "formatString", "options": { "outputFormat": "Lower Case", "stringField": "Timestamp" } }, { "id": "formatString", "options": { "outputFormat": "Upper Case", "stringField": "config" } } ], "pluginVersion": "11.3.0-pre", "targets": [ { "datasource": { "type": "prometheus", "uid": "be2a71h9hs2dcb" }, "disableTextWrap": false, "editorMode": "builder", "exemplar": false, "expr": "build_score{version=\"$version\", group=~\"$group\", board=~\"$board\", config=~\"$config\", arch=~\"$arch\", subarch=~\"$subarch\"}", "format": "table", "fullMetaSearch": false, "includeNullMetadata": true, "instant": true, "legendFormat": "__auto", "range": false, "refId": "A", "useBackend": false } ], "datasource": { "type": "prometheus", "uid": "be2a71h9hs2dcb" }, "options": { "showHeader": true, "cellHeight": "sm", "footer": { "show": true, "reducer": [ "count" ], "countRows": true, "fields": "" }, "sortBy": [ { "desc": true, "displayName": "Timestamp" } ] } }