Skip to content

Commit

Permalink
Update structure of repo to make lists of dashboards in folders easie… (
Browse files Browse the repository at this point in the history
#69)

* Update structure of repo to make lists of dashboards in folders easier to manage

* Remove unnecessary tags
  • Loading branch information
cmmarslender authored Jan 10, 2024
1 parent 270d504 commit cd1af4f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 23 deletions.
4 changes: 1 addition & 3 deletions dashboards/blockchain/blockchain-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -1370,9 +1370,7 @@
"revision": 1,
"schemaVersion": 38,
"style": "dark",
"tags": [
"blockchain"
],
"tags": [],
"templating": {
"list": [
{
Expand Down
4 changes: 1 addition & 3 deletions dashboards/blockchain/ecosystem-activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,7 @@
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [
"blockchain"
],
"tags": [],
"templating": {
"list": []
},
Expand Down
4 changes: 1 addition & 3 deletions dashboards/blockchain/mempool-transactions-fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -1293,9 +1293,7 @@
"revision": 1,
"schemaVersion": 38,
"style": "dark",
"tags": [
"blockchain"
],
"tags": [],
"templating": {
"list": [
{
Expand Down
4 changes: 1 addition & 3 deletions dashboards/blockchain/nakamoto-coefficient.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,7 @@
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [
"blockchain"
],
"tags": [],
"templating": {
"list": [
{
Expand Down
4 changes: 1 addition & 3 deletions dashboards/blockchain/peer-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,9 +921,7 @@
"refresh": "",
"schemaVersion": 34,
"style": "dark",
"tags": [
"blockchain"
],
"tags": [],
"templating": {
"list": [
{
Expand Down
11 changes: 4 additions & 7 deletions dashboards/blockchain/home.json → dashboards/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
},
"id": 6,
"options": {
"folderUID": "d2b618b0-2e31-4a72-b932-84ecfbb5b6fa",
"includeVars": false,
"keepTime": false,
"maxItems": 10,
Expand All @@ -75,11 +76,9 @@
"showRecentlyViewed": false,
"showSearch": true,
"showStarred": false,
"tags": [
"blockchain"
]
"tags": []
},
"pluginVersion": "10.0.1",
"pluginVersion": "10.2.3",
"targets": [
{
"datasource": {
Expand All @@ -94,8 +93,7 @@
}
],
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"schemaVersion": 39,
"tags": [],
"templating": {
"list": []
Expand All @@ -107,7 +105,6 @@
"timepicker": {},
"timezone": "",
"title": "Home",
"uid": "1UwOSUW7k",
"version": 1,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
provisioning = /etc/grafana/provisioning

[dashboards]
default_home_dashboard_path = /var/lib/grafana/dashboards/blockchain/home.json
default_home_dashboard_path = /var/lib/grafana/dashboards/home.json

[security]
disable_initial_admin_creation = true
Expand Down
1 change: 1 addition & 0 deletions provisioning/dashboards/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: 1

providers:
- name: 'Blockchain'
folderUid: d2b618b0-2e31-4a72-b932-84ecfbb5b6fa
orgId: 1
folder: 'Blockchain'
type: file
Expand Down

0 comments on commit cd1af4f

Please sign in to comment.