mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 11:36:51 +00:00
print PerformanceManager HistoricalInterval metric collection level if -debug is present
This commit is contained in:
parent
a2b027825c
commit
cc748fd2ae
@ -165,6 +165,12 @@ func (vcenter *VCenter) Init(config Configuration) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Print PerformanceManager interval collection level
|
||||||
|
if debug {
|
||||||
|
stdlog.Println("PerformanceManager interval collection level")
|
||||||
|
spew.Dump(perfmanager.HistoricalInterval)
|
||||||
|
}
|
||||||
|
|
||||||
for _, perf := range perfmanager.PerfCounter {
|
for _, perf := range perfmanager.PerfCounter {
|
||||||
groupinfo := perf.GroupInfo.GetElementDescription()
|
groupinfo := perf.GroupInfo.GetElementDescription()
|
||||||
nameinfo := perf.NameInfo.GetElementDescription()
|
nameinfo := perf.NameInfo.GetElementDescription()
|
||||||
@ -186,7 +192,7 @@ func (vcenter *VCenter) Init(config Configuration) error {
|
|||||||
metricgroup := MetricGroup{ObjectType: mtype, Metrics: []MetricDef{metricd}}
|
metricgroup := MetricGroup{ObjectType: mtype, Metrics: []MetricDef{metricd}}
|
||||||
vcenter.MetricGroups = append(vcenter.MetricGroups, &metricgroup)
|
vcenter.MetricGroups = append(vcenter.MetricGroups, &metricgroup)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user