Decouple connection polling and conntrack occupancy metrics from the flow exporter implementation #1278
Labels
area/monitoring/traffic-analysis
Issues or PRs related to traffic analysis.
good first issue
Good for newcomers
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the problem/challenge you have
As mentioned in PR #1232, we want to decouple the conntrack occupancy metrics and connection polling from the flow exporter implementation. Currently, it is not straightforward to decouple both polling and flow export mechanisms. They are both enabled through FlowExporter feature gate and we expect flowCollectorAddr as a must given parameter.
Describe the solution you'd like
We could finish the decoupling by either moving polling from the FlowExporter feature gate or changing the name of the feature gate to a more appropriate name and removing the dependency on flowCollectorAddr.
The text was updated successfully, but these errors were encountered: