-
### Relevant telegraf.conf
```toml
# gNMI telemetry input plugin
[[inputs.gnmi]]
addresses = ["nexus-lab:50051"]
username = "***"
password = "***"
encoding = "proto"
[[inputs.gnmi.s…
-
Hi all,
I am using a Tofino switch to deploy my own P4 program using ONOS and Stratum.
First, I have started with the deployment of the `fabric-tna` program so that I understand how everything wor…
-
Can anyone help? I already upgrade protoc >= 3.19.0.
Wrong Message for rundemo_TAP_IO.sh:
root@justin-virtual-machine:~# /root/clone/ipdk/build/networking/scripts/rundemo_TAP_IO.sh --workdir=/ro…
-
### What version of gRPC and what language are you using?
grpc 1.38, C++
### What operating system (Linux, Windows,...) and version?
Linux 5.4.17-2136.302.7.2.3.el7uek.x86_64 #2 SMP Tue Feb 8 11:…
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
addresses = ["X.X.X.X:1000","X.X.X.X:1000"]
username = "cisco"
password = "cisco"
redial = "10s"
alias = "cisco_dialin_onchange"
insecure_s…
-
When designing a JQ filter, I wanted to make it apply only on some given condition. I used condition keyword. However, it has a bit different behavior than the expression itself. The condition is by d…
-
### Use Case
Opening this Feature Request based on the discussion over [#14950](https://github.com/influxdata/telegraf/issues/14950#issuecomment-2006444064) .
GNMI uses YANG models to get standard…
-
We’ve come across what I believe to be a bug in the SONiC handling of gNMI requests using the OpenConfig query standards.
The following confirms wildcards are valid query strings (from https://op…
-
#### Description
Hey, I attempted to build my own Sonic Image, however there appears to be some issues and my build appears to fail. I attempted builds on Ubuntu Focal on the Master Branch.
It f…
Aevyz updated
4 months ago
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi.subscription]]
name = "interfaces-state"
origin = "openconfig-interfaces"
path = "/interfaces/interface/state"
subscription_mode =…