Skip to content

Commit

Permalink
add grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
blesswinsamuel committed Oct 7, 2023
1 parent 83dbb19 commit 86a3c97
Show file tree
Hide file tree
Showing 5 changed files with 2,100 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboard/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
bun.lockb
18 changes: 18 additions & 0 deletions dashboard/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"scripts": {
"dev": "bun --watch router-monitor-dashboard.ts"
},
"dependencies": {
"grafana-dashboard-helpers": "file:../../grafana-dashboards"
},
"devDependencies": {
"@types/node": "^20.6.3"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 240
}
}
Loading

0 comments on commit 86a3c97

Please sign in to comment.