Karim Radhouani

Results 185 comments of Karim Radhouani

@lazyb0nes can you share which version of gnmic you are running and a snippet of the output config ?

probably same as: https://github.com/openconfig/gnmic/issues/240

It seems Juniper sends correct float values as well as `-inf`. So the float values show up properly in Prometheus. 90k/s is probably the biggest rate I head someone pushed...

Thanks for your interest in gNMIc. The ability to add tags/labels dynamically has been one of the most requested features lately, my plan was to implement something using the existing...

Getting labels from XPATH k/v is done automatically when using `prometheus` or `influxdb` as outputs. It's also possible to automatically make any value of type string a label when using...

It's not currently possible. The gNMI proxy function was added to allow multiple clients to subscribe to the same data without duplicating subscriptions to the target. Proxying Get/Set was added...

This took a bit of time but you can now(v0.37.0) use the `proxy` command. gNMIc will run as a proxy without the need to define subscriptions.

Yes. I was waiting for an alternative to https://github.com/damiannolan/sasl to pop up for the IBM one.

That is by design. The condition is evaluated against each individual event message within a group. For the processor logic to be applied, the condition must be true for at...