-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behaviorupstreambug or issues that rely on dependency fixesbug or issues that rely on dependency fixes
Description
Relevant telegraf.conf
[[inputs.chrony]]
server = "unixgram:///var/run/chrony/chronyd.sock"
dns_lookup = true
metrics = ["activity", "tracking", "serverstats", "sources", "sourcestats"]
socket_group = "wheel"
socket_perms = "0660"
Logs from Telegraf
2025-08-10T22:07:10Z E! FATAL: [inputs.^@hrony] panicked: runtime error: index out of range [256] with length 256, Stack:
goroutine 483307 [running]:
github.com/influxdata/telegraf/agent.panicRecover(0x140014dd200)
github.com/influxdata/telegraf/agent/agent.go:1202 +0x60
panic({0x10b46d940?, 0x14000f0d8f0?})
runtime/panic.go:792 +0x124
encoding/binary.(*encoder).uint8(...)
encoding/binary/binary.go:792
encoding/binary.(*encoder).value(0x1400161fcf0, {0x10a352000?, 0x140017e6800?, 0x109ef4769?})
encoding/binary/binary.go:953 +0x920
encoding/binary.(*encoder).value(0x1400161fcf0, {0x10a4c23c0?, 0x140017e671c?, 0x140000d6508?})
encoding/binary/binary.go:919 +0x880
encoding/binary.(*encoder).value(0x1400161fcf0, {0x10b284c20?, 0x140017e6700?, 0x1010f6100?})
encoding/binary/binary.go:928 +0x788
encoding/binary.Write({0x138947fc8, 0x1400151c3f8}, {0x10bc85480, 0x1117d6800}, {0x10a972500, 0x140017e6700})
encoding/binary/binary.go:431 +0x260
github.com/facebook/time/ntp/chrony.(*Client).Communicate(0x14001245758, {0x10bbe36c0, 0x140017e6700})
github.com/facebook/[email protected]/ntp/chrony/client.go:37 +0xa0
github.com/influxdata/telegraf/plugins/inputs/chrony.(*Chrony).gatherSourceStats(0x1400149d680, {0x10bc9e260, 0x1400065dbe0})
github.com/influxdata/telegraf/plugins/inputs/chrony/chrony.go:474 +0x1a8
github.com/influxdata/telegraf/plugins/inputs/chrony.(*Chrony).Gather(0x1400149d680, {0x10bc9e260, 0x1400065dbe0})
github.com/influxdata/telegraf/plugins/inputs/chrony/chrony.go:160 +0x1d0
github.com/influxdata/telegraf/models.(*RunningInput).Gather(0x140014dd200, {0x10bc9e260, 0x1400065dbe0})
github.com/influxdata/telegraf/models/running_input.go:260 +0x23c
github.com/influxdata/telegraf/agent.(*Agent).gatherOnce.func1()
github.com/influxdata/telegraf/agent/agent.go:590 +0x58
created by github.com/influxdata/telegraf/agent.(*Agent).gatherOnce in goroutine 70
github.com/influxdata/telegraf/agent/agent.go:588 +0xc0
System info
Telegraf 1.35.3, chrony 4.7, macOS 15.6
Docker
No response
Steps to reproduce
- add the inputs.chrony snippet above to telegraf.conf
- let it run for a few days
- eventually observe the panic
Expected behavior
Telegraf should not panic
Actual behavior
The process panics with some data from chrony.
Additional info
No response
Metadata
Metadata
Assignees
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behaviorupstreambug or issues that rely on dependency fixesbug or issues that rely on dependency fixes