Skip to content

Commit

Permalink
Add Flux Dashboards links
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
  • Loading branch information
mjtrangoni committed Jan 11, 2024
1 parent bd147dd commit 0a7c54c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
17 changes: 16 additions & 1 deletion monitoring/configs/dashboards/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,22 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 1,
"links": [],
"links": [
{
"asDropdown": true,
"icon": "external link",
"includeVars": true,
"keepTime": true,
"tags": [
"flux"
],
"targetBlank": false,
"title": "Flux Dashboards",
"tooltip": "",
"type": "dashboards",
"url": ""
}
],
"liveNow": false,
"panels": [
{
Expand Down
17 changes: 16 additions & 1 deletion monitoring/configs/dashboards/control-plane.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,22 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 1,
"links": [],
"links": [
{
"asDropdown": true,
"icon": "external link",
"includeVars": true,
"keepTime": true,
"tags": [
"flux"
],
"targetBlank": false,
"title": "Flux Dashboards",
"tooltip": "",
"type": "dashboards",
"url": ""
}
],
"liveNow": false,
"panels": [
{
Expand Down
17 changes: 16 additions & 1 deletion monitoring/configs/dashboards/logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,22 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": null,
"links": [],
"links": [
{
"asDropdown": true,
"icon": "external link",
"includeVars": true,
"keepTime": true,
"tags": [
"flux"
],
"targetBlank": false,
"title": "Flux Dashboards",
"tooltip": "",
"type": "dashboards",
"url": ""
}
],
"liveNow": false,
"panels": [
{
Expand Down

0 comments on commit 0a7c54c

Please sign in to comment.