flow: add a metric when the internal queue is full

This gives a good hint if there is a problem. Maybe we don't need to
optimize more.
This commit is contained in:
Vincent Bernat
2022-03-22 23:21:08 +01:00
parent cf1fe53511
commit bb1ce0fde5
7 changed files with 116 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ configuration keys:
- `listen` to specify the IP and UDP port to listen for new flows
- `workers` to specify the number of workers to spawn to handle
incoming flows
- `buffer-size` to specify the number of flows to buffer when pushing
- `queue-size` to specify the number of flows to queue when pushing
them to the core component
For example: