Fix output format of printer processor (#4417)
This commit is contained in:
@@ -30,7 +30,7 @@ func (p *Printer) Apply(in ...telegraf.Metric) []telegraf.Metric {
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
fmt.Println(octets)
|
||||
fmt.Printf("%s", octets)
|
||||
}
|
||||
return in
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user