Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update structure of repo to make lists of dashboards in folders easie… #69

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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