parent
4f5d5926d9
commit
4dcb82bf08
|
@ -140,7 +140,7 @@ func (s *Sysstat) Gather(acc telegraf.Accumulator) error {
|
||||||
if firstTimestamp.IsZero() {
|
if firstTimestamp.IsZero() {
|
||||||
firstTimestamp = time.Now()
|
firstTimestamp = time.Now()
|
||||||
} else {
|
} else {
|
||||||
s.interval = int(time.Since(firstTimestamp).Seconds())
|
s.interval = int(time.Since(firstTimestamp).Seconds() + 0.5)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ts := time.Now().Add(time.Duration(s.interval) * time.Second)
|
ts := time.Now().Add(time.Duration(s.interval) * time.Second)
|
||||||
|
|
Loading…
Reference in New Issue