-
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 extensions (https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-extensions.md) allow for extended features in the gRPC messages sent back.
The extension field is present at the top…
-
A gNMI `Notification` message contains a boolean field named `atomic` per:
https://github.com/openconfig/gnmi/blob/master/proto/gnmi/gnmi.proto#L89-L91
```
// This notification contains a set…
-
I am running a gnmi client and subscribed to stream mode of subscription. After some time I close my client but I still see that server is running the collector function and sending response, though …
-
Hi,
Objective :- try to see working of grpctunnel using gnmi_collector with tunnel_request option and example client code.
gnmi_collector (running on host machine ) grpctunnel client on NE -----…
-
I have a question about extending P4 runtime API. In gNMI there is an extension mechanism to extend top level request/responses [gnmi Extension ](https://github.com/openconfig/reference/blob/master/rp…
-
Gnmi Notification message contains a Boolean atomic flag:
https://github.com/openconfig/gnmi/blame/master/proto/gnmi/gnmi.proto#L92
` // This notification contains a set of paths that are always up…
-
Hi,
I would like to use gnmi_cli to connect to the fake_server simulator (https://github.com/openconfig/gnmi/tree/master/testing/fake/gnmi/cmd/fake_server).
I started the (fake) server and it seem…
-
Hi,
I want to generate proto inputs in this format from a json equivalent. Is there a way to do so?
path: <
elem: <
name: "a"
>
elem: <
name: "b"
>
elem: <
name: "c…
-
I'd like to propose a new gNMI extension to perform config diff on a device. Details are described below.
**Objective**
Define an approach to validating that a configuration candidate sent using g…