Skip to content

Commit

Permalink
feat: Metadata dashboard should include Poller RSS panels and time se… (
Browse files Browse the repository at this point in the history
#2716)

* feat: Metadata dashboard should include Poller RSS panels and time series for %CPU and %Memory

* feat: Metadata dashboard should include Poller RSS panels and time series for %CPU and %Memory
  • Loading branch information
cgrinds authored Feb 28, 2024
1 parent 22e583b commit d7321f4
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 195 deletions.
1 change: 1 addition & 0 deletions cmd/tools/grafana/dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ func checkPercentHasMinMax(t *testing.T, path string, data []byte) {
exceptionMap := map[string]bool{
"CPU Busy Domains": true,
"Top $TopResources Volumes Per Snapshot Reserve Used": true,
"% CPU Used": true,
}
dashPath := ShortPath(path)

Expand Down
Loading

0 comments on commit d7321f4

Please sign in to comment.