-
Hi,
If I take any of the recent builds of SONiC, run them in GNS3, get a bash shell inside the 'docker-sonic-gnmi' container, and run the example gNMI 'get' command, I get the following:
```
ro…
-
#### Description
We are using multi-asic chassis (Nokia-7250) to test telemetry. It is found if I provide the following CLI from ptf server without providing namespace information, GNMI container cra…
-
Hi,
I have a question about OpenConfig rolling window min/max/avg calculation. What is the general approaches to handling error during data reading within a rolling window? For example
1. Ski…
-
This is a follow up on #498 , currently `api-server` `/metrics` implementation doesn't allow to properly monitor targets up/down.
```
api-server:
address: :7890
enable-metrics: true
```
…
-
gnmi_set -target_addr 172.18.0.6:50052 -target_name 172.18.0.7 --insecure -password admin -username admin -update /interfaces/interface[name=ethernet-1/1]/subinterfaces/subinterface[index=1]/ip…
-
In the current implementation of gnmi target, a single model is initialized and used for implementing of the server. I would like to know how we can run multiple models using a single gnmi agent? Does…
-
SONiC's gNMI telemetry treats numerical data in COUNTERS_DB as `string_val`, but shouldn't it be treated as `int_val`?
SONiC's Redis may treat the number as a String type, but shouldn't the gNMI targ…
-
Hi !
Thanks for applying some correction in [PR](https://github.com/sdcio/docs/pull/57)
I'm revisiting `getting started` page and somehow there is a typo that escaped your claws when you change …
-
I have created a service for gnmi so that it can scrap stats to Prometheus but service is showing below error and couldn't start the service.
juniper_gnmi.service:
[Unit]
Description=Juniper gN…
-
when backend server is running and we rebooted a device and after the device is ready if we trigger the discovery from the UI the backend will result in bello error
`Handshake failed with fatal erro…