Skip to content

Commit 0f3bcb4

Browse files
committed
Add Flux Dashboards links
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
1 parent d2fe340 commit 0f3bcb4

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

monitoring/configs/dashboards/cluster.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,22 @@
3333
"fiscalYearStartMonth": 0,
3434
"graphTooltip": 0,
3535
"id": 1,
36-
"links": [],
36+
"links": [
37+
{
38+
"asDropdown": true,
39+
"icon": "external link",
40+
"includeVars": true,
41+
"keepTime": true,
42+
"tags": [
43+
"flux"
44+
],
45+
"targetBlank": false,
46+
"title": "Flux Dashboards",
47+
"tooltip": "",
48+
"type": "dashboards",
49+
"url": ""
50+
}
51+
],
3752
"liveNow": false,
3853
"panels": [
3954
{

monitoring/configs/dashboards/control-plane.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,22 @@
4242
"fiscalYearStartMonth": 0,
4343
"graphTooltip": 0,
4444
"id": 1,
45-
"links": [],
45+
"links": [
46+
{
47+
"asDropdown": true,
48+
"icon": "external link",
49+
"includeVars": true,
50+
"keepTime": true,
51+
"tags": [
52+
"flux"
53+
],
54+
"targetBlank": false,
55+
"title": "Flux Dashboards",
56+
"tooltip": "",
57+
"type": "dashboards",
58+
"url": ""
59+
}
60+
],
4661
"liveNow": false,
4762
"panels": [
4863
{

monitoring/configs/dashboards/logs.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,22 @@
5050
"fiscalYearStartMonth": 0,
5151
"graphTooltip": 0,
5252
"id": null,
53-
"links": [],
53+
"links": [
54+
{
55+
"asDropdown": true,
56+
"icon": "external link",
57+
"includeVars": true,
58+
"keepTime": true,
59+
"tags": [
60+
"flux"
61+
],
62+
"targetBlank": false,
63+
"title": "Flux Dashboards",
64+
"tooltip": "",
65+
"type": "dashboards",
66+
"url": ""
67+
}
68+
],
5469
"liveNow": false,
5570
"panels": [
5671
{

0 commit comments

Comments
 (0)