Karim Radhouani
Karim Radhouani
can you share your loader config here, so we are on the same page?
maybe replace that `%2f` with `/`, the url parsing will do that for you.
That depends on your setup, that's out of scope of gnmic.
gNMIc exposes a prometheus counter called `number_of_received_subscribe_response_messages_total`. This metrics is tracked per target/per subscription. If you want to calculate it per path (not per subscription) you can use the starlark...
While it's not a common practice for a router to send a value as a list at the top level of a JSON object, it typically sends multiple notifications, each...
I'm not sure I understand what you intend to do. If you want to group messages that don't have a lane tag (but have a source and interface name) just...
The reason some processors don't have a condition attribute is because their execution can be controlled using other attributes (like `value-names`, tag-names`, etc...) with regexes. I see that adding a...
Yes the limitation is with formats. File output does not support wiritng received event messages, only proto messages that it converts to event. For the processor, note that event-merge can...
Could it be that the certificate is self signed and has basic constraint CA: true ?
You are right, I will add an additional check for that.