Skip to content

Commit 67e46cb

Browse files
authored
Merge pull request #125 from HarperFast/feature/expose-example-dashboard-to-users
Expose provisioning dashboard to users as example
2 parents a7da570 + 09eea75 commit 67e46cb

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../src/dashboards/example.json

src/plugin.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,12 @@
3535
"dependencies": {
3636
"grafanaDependency": ">=10.4.0",
3737
"plugins": []
38-
}
38+
},
39+
"includes": [
40+
{
41+
"name": "example",
42+
"path": "dashboards/example.json",
43+
"type": "dashboard"
44+
}
45+
]
3946
}

0 commit comments

Comments
 (0)