I’m using the SNMP inputs in a telegraf.conf file, it’s been working great for a while. I’ve since ran and SNMPwalk and I can see another OID I need so I’ve added to the telegraf.conf file and ran 'telegraf -config test.conf -test' and I can see my new field returned.
Well my hope was to see your entire metric to understand what it looks like. I don’t foresee any issues, but it is pretty hard to guess why a metric wouldn’t show up without any logs.
I assume you see a message about successfully sending metric to influxdb?
2024-01-26T16:46:27Z E! [outputs.influxdb] E! [outputs.influxdb] Failed to write metric (will be dropped: 400 Bad Request): partial write: field type conflict: input field “telkrs-sinr” on measurement “snmp” is type float, already exists as type string dropped=1
As you discovered you have a type conflict. Glad it got figured out.