You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-02-05T18:28:55Z E! [inputs.gnmi] Invalid empty path "/state/port/statistics/out-discards" with alias "nokia-state:/state/port/statistics"
2024-02-05T18:28:55Z E! [inputs.gnmi] Invalid empty path "/state/port/statistics/out-discards" with alias "nokia-state:/state/port/statistics"
System info
telegraf:1.29.0
Docker
No response
Steps to reproduce
configure gNMI input plugin to subscribe to port statistics metrics
redirect output to a file
open the file and see that metrics prefixes are broken
Expected behavior
Metrics shouldn't be corrupted, e.g. with 1.28.5: path=/state/port/statistics,port_id=A/1,rmrw=allowed,source=ip in_discards="0",in_errors="0",in_octets="52732623",in_packets="573811",in_unknown_protocol_discards="0",in_broadcast_packets="1303",in_multicast_packets="1",in_unicast_packets="572507",out_discards="0",out_errors="0",out_octets="432940948",out_packets="844057",out_broadcast_packets="236",out_multicast_packets="0",out_unicast_packets="843821"
Actual behavior
Metrics names are corrupted path=/state/port/statistics,port_id=A/1,rmrw=allowed,source=ip in_discards="0",in_errors="0",in_octets="52683510",in_packets="573230",rotocol_discards="0",_packets="1",ackets="571926",out_errors="0",out_octets="432484117",out_packets="842751",t_packets="0",packets="842515"
Additional info
No response
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf
Logs from Telegraf
System info
telegraf:1.29.0
Docker
No response
Steps to reproduce
Expected behavior
Metrics shouldn't be corrupted, e.g. with 1.28.5:
path=/state/port/statistics,port_id=A/1,rmrw=allowed,source=ip in_discards="0",in_errors="0",in_octets="52732623",in_packets="573811",in_unknown_protocol_discards="0",in_broadcast_packets="1303",in_multicast_packets="1",in_unicast_packets="572507",out_discards="0",out_errors="0",out_octets="432940948",out_packets="844057",out_broadcast_packets="236",out_multicast_packets="0",out_unicast_packets="843821"
Actual behavior
Metrics names are corrupted
path=/state/port/statistics,port_id=A/1,rmrw=allowed,source=ip in_discards="0",in_errors="0",in_octets="52683510",in_packets="573230",rotocol_discards="0",_packets="1",ackets="571926",out_errors="0",out_octets="432484117",out_packets="842751",t_packets="0",packets="842515"
Additional info
No response
The text was updated successfully, but these errors were encountered: