system-config/playbooks/roles/grafana/files/home.json
Ian Wienand 50600f49a2 grafana: set custom home dashboard
Set a home dashboard with a little logo, link to the source files and
a plain list of dashboards.

Change-Id: Ifa9373695c1edb7de83b342948d46a816702ee10
2022-03-07 12:45:03 +11:00

87 lines
1.8 KiB
JSON

{
"links": [],
"panels": [
{
"gridPos": {
"h": 8,
"w": 12,
"x": 6,
"y": 0
},
"id": 5,
"options": {
"content": "<img src=\"https://opendev.org/assets/img/opendev.svg\"\nalt=\"OpenDev Logo\"\nstyle=\"height: 100px; background-color:LightGray; padding: 10px; border-radius: 15px; display:block; margin-left: auto; margin-right:auto\" />\n\nWelcome to OpenDev Grafana\n\nThe following dashboards are populated automatically. Contributions are welcome in the [project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana) repository.",
"mode": "markdown"
},
"pluginVersion": "8.4.3",
"title": "OpenDev Grafana",
"transparent": true,
"type": "text"
},
{
"gridPos": {
"h": 50,
"w": 18,
"x": 3,
"y": 8
},
"id": 3,
"links": [],
"options": {
"folderId": 0,
"maxItems": 50,
"query": "",
"showHeadings": false,
"showRecentlyViewed": false,
"showSearch": true,
"showStarred": false,
"tags": []
},
"pluginVersion": "8.4.3",
"tags": [],
"title": "Dashboards",
"transparent": true,
"type": "dashlist"
}
],
"schemaVersion": 35,
"style": "dark",
"tags": [],
"templating": {
"list": []
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {
"hidden": true,
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
],
"type": "timepicker"
},
"timezone": "browser",
"title": "OpenDev Home"
}