Skip to content

Commit

Permalink
feat: workload dashboard (#1846)
Browse files Browse the repository at this point in the history
* feat: workload dashboard

* feat: workload dashboard

* feat: workload dashboard
  • Loading branch information
rahulguptajss committed Mar 22, 2023
1 parent b10bd08 commit dc9b699
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 70 deletions.
8 changes: 4 additions & 4 deletions cmd/tools/grafana/dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,10 @@ func checkTopKRange(t *testing.T, path string, data []byte) {

func TestOnlyHighlightsExpanded(t *testing.T) {
exceptions := map[string]int{
"cmode/shelf.json": 2,
"cmode/security.json": 3,
"cmode/fsa.json": 2,
"cmode/delay_center.json": 2,
"cmode/shelf.json": 2,
"cmode/security.json": 3,
"cmode/fsa.json": 2,
"cmode/workload.json": 2,
}
// count number of expanded sections in dashboard and ensure num expanded = 1
visitDashboards(
Expand Down
Loading

0 comments on commit dc9b699

Please sign in to comment.