Add LustreCollector

This commit is contained in:
Thomas Roehl
2021-03-25 16:52:28 +01:00
parent 642314c102
commit e9a74a4c9c
3 changed files with 65 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ var Collectors = map[string]collectors.MetricGetter{
"memstat": &collectors.MemstatCollector{},
"netstat": &collectors.NetstatCollector{},
"ibstat": &collectors.InfinibandCollector{},
"lustrestat": &collectors.LustreCollector{},
}
type GlobalConfig struct {
Sink struct {