Karim Radhouani
Karim Radhouani
you should check with Juniper which encodings are supported
you can set the encoding per subscription: https://gnmic.openconfig.net/user_guide/subscriptions/#file-based-subscription-config
Can you elaborate a bit on what kind of event/alert you want to raise ? from gNMIc to where? With which protocol ? ...
There are no dedicated doc pages for those two lockers, that needs to be added. Meanwhile here is a short explanation of the config options with their defaults: - kubernetes...
I would be surprised if this is coming from the routers if it's happening on all devices. It looks like the period is more like 50minutes. Could you share the...
Could you try with `export-timestamps: true` ? Without it Prometheus assigns the scrape request timestamp to the metrics, instead of the device timestamp. The second set of graphs show that...
Are the timestamps sent by the devices in nanoseconds ? Is the prometheus server also synced ?
gNMIc Prometheus output converts timestamps from nanoseconds to milliseconds. The gNMI notification timestamp should be sent by the device in ns, while Prometheus expects ms. Can you double check using...
That error means the request timed out. There could be many reasons for that. - Check that the http server is reachable from gnmic server/container/pod. - Check if the http...
If your http server does not have TLS enabled try with a url with scheme `http://` not `https://`