-
How do I remove the full path from the field name in the influxdb output ? I just want the name e.g. `in-broadcast-pkts` not the entire `/interfaces/interface/state/counters/in-broadcast-pkts` is thi…
-
`oc_cache` stores data per subscriptions so targets can be spread across multiple subscriptions (depending on configuration) and when we try to subscribes, it looks for match in all the subscriptions …
-
Hey!
Subscribe() [requires a target](https://github.com/openconfig/gnmi/blob/5473f2ef722ee45c3f26eee3f4a44a7d827e3575/subscribe/subscribe.go#L270), while the spec says it should not. In [2.2.2.1](h…
-
I am trying to write a processor to convert basic "up" and "down" strings to integers before passing it on to Prometheus. The value I am after is oper-state from SR Linux nodes. When I subscribe on CL…
-
Previously it was possible to get gnmi metrics with the following gnmic command from an SRL device, but for whatever reason this now doesn't work anymore and instead SRL is logging "wrong version numb…
-
I’m using the gNMI plugin to connect to Juniper QFX devices. The device we are testing with is running version 20 of Junos code. I am able to run the gnmic command line client to connect to the QFX de…
-
When binding subscriptions to outputs like shown in the [relevant documentation](https://gnmic.openconfig.net/user_guide/subscriptions/#binding-subscriptions), the subscriptions send the data to all o…
-
1) bash-4.2$ gnmic get -a 10.184.144.196:10161 -u ADMIN -p ADMIN --path /shelves -e ascii --format prototext --debug --tls-server-name "Shikha" --tls-ca ~/self.pem
2) gnmic get -a 10.184.144.196:1…
-
gnmi request for path "/bgp-peers/" did not provide the received routes
"in-routes": "2",
Also, gnmic controller is trashing after the request
root@controller:~/featureprof…
-
For use in Unix pipelines:
```
| gnmic set --replace-path /configure/router[router-name=Base] --stdin yaml
```
We can discuss about the syntax; other tools use '-' as filename for stdin, the …