dfsr: Implement PDH collector (#1663)

This commit is contained in:
Jan-Otto Kröpke
2024-10-03 19:23:20 +02:00
committed by GitHub
parent 70156cd106
commit bcfe6df24d
3 changed files with 560 additions and 83 deletions

View File

@@ -14,9 +14,7 @@ import (
"github.com/yusufpapurcu/wmi"
)
const (
Name = "cpu_info"
)
const Name = "cpu_info"
type Config struct{}