fix(inputs.smart): Remove parsing error message (#13927)
This commit is contained in:
parent
4b447d0483
commit
df80446fae
|
|
@ -865,7 +865,6 @@ func (m *Smart) gatherDisk(acc telegraf.Accumulator, device string, wg *sync.Wai
|
|||
}
|
||||
|
||||
if err := parse(fields, deviceFields, matches[2]); err != nil {
|
||||
acc.AddError(fmt.Errorf("error parsing %s: %q: %w", attr.Name, matches[2], err))
|
||||
continue
|
||||
}
|
||||
// if the field is classified as an attribute, only add it
|
||||
|
|
|
|||
Loading…
Reference in New Issue