-
Hi,
I'm trying to find a way to use delete operation for CLI origin, but couldn't find.
Would you advise how gnmic can do delete operation for CLI origin?
Thanks in advance,
Phil
-
Link: https://github.com/nleiva/go-links#networking
Reasoning: This is a list of networking resources written in Go I have run into in the past. Feel free to cherry-pick those that are more relevant,…
-
I'm using gnmic to monitor various Juniper MX devices, i'm subscribing to interface metrics and the sample interval is configured as 10s. My output is prometheus which is configured to scrape every 20…
-
We have noticed a strange behavior when we use any of the prometheus outputs that the ram usage of gnmic just keep going up and up until the server starts to swap and become unresponsive.
It works…
-
Hello,
We have gnmic running in a cluster mode with consul. The gnmic configuration file has 4 different path and is divided into subscription for each of the target. The problem is that even tough…
-
I'm using gnmi-gateway (details below)
```
./gnmi-gateway --version
gnmi-gateway version v0.11.1-002a9b0 (Built 2021-08-23T22:15:23Z)
```
I'm trying to figure out how to translate an Openco…
-
Currently the only KV storage we can use for clustering is Consul. A nice feature would be to add Kubernetes type and store all of the key/value information in Kubernetes objects similar to how argocd…
-
Hi,
I am testing this telemetry app with GNMIC and I am able to do the subscribe and capabilities request. I am getting the expected output but here I am only creating one gnmi session.
Is there a…
-
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…
-
### Background
I was listning to Roman's presentation at DKNog 2023 and was smitten by gNMIc. My employeer (netnod) has been looking for a gNMI system that we can utilize for our ST needs and gNMI …