Skip to content

Commit

Permalink
Add internal links between all Prometheus Dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie Roque committed Sep 15, 2023
1 parent c19be3c commit e8c6fab
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add internal links between all Prometheus Dashboards.

## [2.36.0] - 2023-07-27

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"graphTooltip": 1,
"links": [
{
"asDropdown": true,
"asDropdown": false,
"icon": "dashboard",
"includeVars": true,
"keepTime": true,
Expand All @@ -37,6 +37,18 @@
"tooltip": "Open Prometheus dashboard",
"type": "link",
"url": "/d/iWowmlSmk/prometheus"
},
{
"asDropdown": false,
"icon": "dashboard",
"includeVars": true,
"keepTime": true,
"tags": [],
"targetBlank": true,
"title": "RemoteWrite",
"tooltip": "Open RemoteWrite dashboard",
"type": "link",
"url": "/d/promRW001/prometheus-remote-write"
}
],
"liveNow": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,32 @@
"graphTooltip": 0,
"hideControls": false,
"id": null,
"links": [],
"links": [
{
"asDropdown": false,
"icon": "dashboard",
"includeVars": true,
"keepTime": true,
"tags": [],
"targetBlank": true,
"title": "Prometheus",
"tooltip": "Open Prometheus dashboard",
"type": "link",
"url": "/d/iWowmlSmk/prometheus"
},
{
"asDropdown": false,
"icon": "dashboard",
"includeVars": true,
"keepTime": true,
"tags": [],
"targetBlank": true,
"title": "Availability",
"tooltip": "Open Prometheus/Availability dashboard",
"type": "link",
"url": "/d/promavailability/prometheus-availability"
}
],
"refresh": "60s",
"rows": [
{
Expand Down
12 changes: 12 additions & 0 deletions helm/dashboards/dashboards/shared/public/prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@
"tooltip": "Open Prometheus/Availability dashboard",
"type": "link",
"url": "/d/promavailability/prometheus-availability"
},
{
"asDropdown": false,
"icon": "dashboard",
"includeVars": true,
"keepTime": true,
"tags": [],
"targetBlank": true,
"title": "RemoteWrite",
"tooltip": "Open RemoteWrite dashboard",
"type": "link",
"url": "/d/promRW001/prometheus-remote-write"
}
],
"liveNow": false,
Expand Down

0 comments on commit e8c6fab

Please sign in to comment.