Skip to content

Commit

Permalink
Refactor collectors
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Nov 5, 2023
1 parent 9c0be5f commit 042594a
Show file tree
Hide file tree
Showing 204 changed files with 15,267 additions and 13,697 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:
go test -v ./...

bench:
go test -v -bench='benchmark(cpu|logicaldisk|physicaldisk|logon|memory|net|process|service|system|tcp|time)collector' ./...
go test -v -bench='benchmarkcollector' ./pkg/collector/{cpu,logical_disk,physical_disk,logon,memory,net,process,service,system,tcp,time}

lint:
golangci-lint -c .golangci.yaml run
Expand Down
9 changes: 0 additions & 9 deletions collector/ad_test.go

This file was deleted.

9 changes: 0 additions & 9 deletions collector/adcs_test.go

This file was deleted.

9 changes: 0 additions & 9 deletions collector/adfs_test.go

This file was deleted.

159 changes: 0 additions & 159 deletions collector/collector.go

This file was deleted.

61 changes: 0 additions & 61 deletions collector/collector_test.go

This file was deleted.

Loading

0 comments on commit 042594a

Please sign in to comment.