Fix vSphere 6.7 missing data issue (#7233)

This commit is contained in:
Pontus Rydin
2020-04-21 14:30:29 -04:00
committed by GitHub
parent d1f109b316
commit d0db0e8f0a
4 changed files with 175 additions and 147 deletions

View File

@@ -275,7 +275,7 @@ func (v *VSphere) Start(acc telegraf.Accumulator) error {
if err != nil {
return err
}
ep, err := NewEndpoint(ctx, v, u)
ep, err := NewEndpoint(ctx, v, u, v.Log)
if err != nil {
return err
}