Add grafana stats

This commit is contained in:
shamoon 2023-02-13 20:53:45 -08:00
parent c1f22b3e2c
commit 460983b741
3 changed files with 17 additions and 4 deletions

View file

@ -8,6 +8,12 @@ const widget = {
alerts: {
endpoint: "alerts",
},
stats: {
endpoint: "admin/stats",
validate: [
"dashboards"
]
},
},
};