Karim Radhouani
Karim Radhouani
If you use a self signed certificate, that cert typically has `Basic Contstraints: CA: True`. So using it with the `--tls-ca` flag will still work.
v0.37.0 will fail if the provided tls ca certificate does not include the basic constraint `CA` set to `true`
This should be solved in v0.36.1, please give it a try.
That tells me the server you are testing this against is not closing the stream after sending a sync_update: true
Each subscription should start its own stream. Are you defining multiple subscriptions or a single one with multiple paths in your config file ?
The only way I see this doable is by splitting some of the packages into Go submodules.
As mentioned in #236, poll subscriptions are only supported when running in "cli" mode. gNMIc will not poll the targets automatically, it has to be manually triggered by the user....
This is possible using gNMIc internal metrics which are exposed on a prometheus endpoint. There you have access to the number of received gNMI Subscribe responses per target/per subscription. You...
@i4networks if you don't mind, can you please sign the CLA?
For the scrape based prometheus output, what was the scrape period on the prometheus side ? For the remote write one, which values of interval and buffer did you try...