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:
parent
5aedaf1cb4
commit
6af31b4c8d
@ -31,6 +31,22 @@
|
|||||||
"type": "datasource",
|
"type": "datasource",
|
||||||
"pluginId": "influxdb",
|
"pluginId": "influxdb",
|
||||||
"pluginName": "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": [
|
"__requires": [
|
||||||
@ -113,6 +129,30 @@
|
|||||||
"showIn": 0,
|
"showIn": 0,
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"type": "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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -7,6 +7,18 @@ datasources:
|
|||||||
access: proxy
|
access: proxy
|
||||||
database: openSUSE:Factory
|
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
|
- name: openSUSE:Leap:15.0
|
||||||
type: influxdb
|
type: influxdb
|
||||||
url: http://localhost:8086
|
url: http://localhost:8086
|
||||||
|
Loading…
x
Reference in New Issue
Block a user