Quang Nguyen
Quang Nguyen
- https://github.com/microsoft/retina/pull/667
```[tasklist] ### Tasks - [ ] https://github.com/microsoft/retina/pull/789 ```
# Description - Refactored the process of creating qdisc and attaching bpf filter programs. Added clarifying comments. - Refactored interfaces naming - Fix some tests that is polluting the logs...
Currently, for TCP connections that existed before Retina was deployed, conntrack uses a best-effort approach, relying on the ACK packet to determine the direction of these connections. However, this method...
These can be useful as Prometheus's metrics: - Packets and bytes count per connection. - Number of connections going to world. - Connections with unknown direction.
# Description This PR introduces the skeleton for the dataplane debug CLI, as well as several commands to debug `conntrack` ## Related Issue If this pull request is related to...
# Description As title ## Related Issue If this pull request is related to any issue, please mention it here. Additionally, make sure that the issue is assigned to you...
# Description As title ## Related Issue If this pull request is related to any issue, please mention it here. Additionally, make sure that the issue is assigned to you...
# Description Add predicates to filter out node events that are not important for Retina agent. ## Related Issue Fixed https://github.com/microsoft/retina/issues/1453 ## Checklist - [ ] I have read the...