-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ClickHouse Client #3196
Add ClickHouse Client #3196
Conversation
1cdd123
to
f654906
Compare
Codecov Report
@@ Coverage Diff @@
## main #3196 +/- ##
==========================================
- Coverage 65.58% 62.91% -2.68%
==========================================
Files 277 278 +1
Lines 27264 37801 +10537
==========================================
+ Hits 17881 23782 +5901
- Misses 7483 12054 +4571
- Partials 1900 1965 +65
Flags with carried forward coverage won't be shown. Click here to find out more.
|
b3adb20
to
ef23a7d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Shawn for working on the e2e test.
Hi @tnqn , could you please approve running workflows for this PR? Thanks. |
Done, and invited @wsquan171 to the organization. |
a62b9e3
to
33f440f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Shawn Wang <[email protected]>
Signed-off-by: heanlan <[email protected]>
This change adds the following changes to CH client options: 1. adds new option "commitInterval" for customizing batch commit interval from CH client 2. sets default values for database, db url, commit interval when clickHouse config exists in FA configMap. 3. makes externalFlowCollectorAddr optional when CH is configured 4. adds an explicit switch for turning on CH exporting, for more intuit conf editing. 5. moves previous IPFIX and JSON collector options to a dedicated section. Signed-off-by: Shawn Wang <[email protected]>
Signed-off-by: Shawn Wang <[email protected]>
/test-all |
/test-conformance |
/test-e2e |
/test-networkpolicy |
/test-integration |
8 similar comments
/test-integration |
/test-integration |
/test-integration |
/test-integration |
/test-integration |
/test-integration |
/test-integration |
/test-integration |
Signed-off-by: Shawn Wang [email protected]