Closed akarneliuk closed 5 months ago
This looks like the same issue as: https://github.com/influxdata/telegraf/issues/15257 which I fixed in https://github.com/influxdata/telegraf/pull/15259 that was released in v1.30.3.
Telegraf 1.30.2
Please update to 1.30.3 and let us know if you still get the crash.
it looks like it works, thanks for quick turnaround @powersj
Thanks for confirming.
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.30.2, official container
Docker
No response
Steps to reproduce
proto
encodingjson
doesn't have this issue, but it has tons of other bugs related to way how Cisco makes encoding and, therefore, Cisco recommends usingproto
.Expected behavior
Telegraf doesn't crash and process messages. If there are messages, which aren't related to any subscription, which seems to be the case time-to-time, they simply shall be dropped at flush time (I'm using
namedrop=[""]
on output plugin).Actual behavior
Telegraf crashes every 3-4 minutes (perhaps, on receiving some GNMI messages)
Additional info
Issue is observed happening, when with Cisco NX-OS 10.2(6) using
proto
encoding.