opiproject / opi-poc

Developer Platform and PoC Work
Apache License 2.0
16 stars 29 forks source link

otel(arista): `eos_native` counters not working in gNMI plugin #967

Closed glimchb closed 1 month ago

glimchb commented 2 months ago

see https://github.com/arista-netdevops-community/arista_eos_streaming_telemetry_with_gnmi_and_telegraf

got

2024-05-02T17:09:35Z E! [inputs.gnmi] Error in plugin: aborted gNMI subscription: rpc error: code = InvalidArgument desc = failed to subscribe to /Sysdb/routing/bgp/export: path invalid: failed to access node "Sysdb" in node ""

from running:

docker run --rm -it --network=host -v ./telegraf.conf.arista:/etc/telegraf/telegraf.conf docker.io/library/telegraf:1.29

looks like this arista config

enable
configure
username arista secret 0 arista
management api gnmi
  transport grpc def
    vrf MGMT
  provider eos-native

can't be supported in the switches we have... maybe need upgrade ?

glimchb commented 1 month ago

moved https://github.com/opiproject/lab/issues/5