skupperproject / skupper-router

An application-layer router for Skupper networks
https://skupper.io
Apache License 2.0
14 stars 18 forks source link

VanFlow improvements and bugfixes #1583

Closed ted-ross closed 1 month ago

ted-ross commented 1 month ago

The VanFlow update rate-limiting does not work as well as was intended. For a constantly updating metric, the update rate is intended to be one per second, but the actual rate is five per second.

Also, there's a code bug in the _vflow_free_record_TH that must be fixed.