forked from antrea-io/antrea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address comments for PR #2 of flow aggregator
- Loading branch information
Yongming Ding
committed
Dec 8, 2020
1 parent
3f168c6
commit dac13ee
Showing
26 changed files
with
117 additions
and
1,336 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# Provide the flow collector address as string with format <IP>:<port>[:<proto>], where proto is tcp or udp. | ||
# If no L4 transport proto is given, we consider tcp as default. | ||
# Defaults to "". | ||
flowCollectorAddr: "" | ||
externalFlowCollectorAddr: "" | ||
|
||
# Provide flow export interval as a duration string. This determines how often the flow aggregator exports flow | ||
# records to the flow collector. | ||
# Flow export interval should be greater than or equal to 1s (one second). | ||
# Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". | ||
# Defaults to "60s". | ||
flowExportInterval: 60s | ||
|
||
# Provide the protocol for flow aggregator collecting process, which is tcp or udp. | ||
# Defaults to "tcp" | ||
aggregatorFlowCollectorProtocol: "tcp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.