metrics/grafana/openqa: Add openSUSE Leap 15.1 and 15.2

Not sure if there are further changes necessary, e.g. internal changes
to influxdb or whatever data source should provide the data.
This commit is contained in:
Oliver Kurz 2020-07-06 10:06:52 +02:00
parent 5aedaf1cb4
commit 6af31b4c8d
2 changed files with 52 additions and 0 deletions

View File

@ -31,6 +31,22 @@
"type": "datasource",
"pluginId": "influxdb",
"pluginName": "InfluxDB"
},
{
"name": "openSUSE:Leap:15.1",
"label": "openSUSE:Leap:15.1",
"description": "",
"type": "datasource",
"pluginId": "influxdb",
"pluginName": "InfluxDB"
},
{
"name": "openSUSE:Leap:15.2",
"label": "openSUSE:Leap:15.2",
"description": "",
"type": "datasource",
"pluginId": "influxdb",
"pluginName": "InfluxDB"
}
],
"__requires": [
@ -113,6 +129,30 @@
"showIn": 0,
"tags": [],
"type": "tags"
},
{
"datasource": "openSUSE:Leap:15.1",
"enable": false,
"hide": false,
"iconColor": "rgba(255, 96, 96, 1)",
"limit": 100,
"name": "15.1 Schedule",
"query": "select description from release_schedule where $timeFilter",
"showIn": 0,
"tags": [],
"type": "tags"
},
{
"datasource": "openSUSE:Leap:15.2",
"enable": false,
"hide": false,
"iconColor": "rgba(255, 96, 96, 1)",
"limit": 100,
"name": "15.2 Schedule",
"query": "select description from release_schedule where $timeFilter",
"showIn": 0,
"tags": [],
"type": "tags"
}
]
},

View File

@ -7,6 +7,18 @@ datasources:
access: proxy
database: openSUSE:Factory
- name: openSUSE:Leap:15.2
type: influxdb
url: http://localhost:8086
access: proxy
database: openSUSE:Leap:15.2
- name: openSUSE:Leap:15.1
type: influxdb
url: http://localhost:8086
access: proxy
database: openSUSE:Leap:15.1
- name: openSUSE:Leap:15.0
type: influxdb
url: http://localhost:8086