-
Notifications
You must be signed in to change notification settings - Fork 905
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
cleanup(userspace, config): improve metrics UX, add include_empty_values
option
#2593
cleanup(userspace, config): improve metrics UX, add include_empty_values
option
#2593
Conversation
2c759e2
to
2a7dbff
Compare
/milestone 0.35.0 /cc @jasondellaluce |
add send_numeric_zero_values config to allow users to save space when using metrics option, while still also allowing to send all keys (especially because we don't document the schema) Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
2a7dbff
to
972a66e
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 Melissa, thanks!
Only suggestion: can we rename send_numeric_zero_values
to something like include_empty_values
? This way the concept could generalize also to to empty string values, not sticking to just numbers in the future. WDTY?
Co-authored-by: Jason Dellaluce <jasondellaluce@gmail.com> Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
Thanks @jasondellaluce in addition, there was a small hiccup and n_drops_perc got misplaced somehow, moved it back out to the correct location as it was initially, PTAL. |
send_numeric_zero_values
optioninclude_empty_values
option
Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
LGTM label has been added. Git tree hash: c806a56385ce5bd667f75130cf84c909939bd3fe
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: incertum, jasondellaluce, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area engine
What this PR does / why we need it:
Improve metrics UX: add
send_numeric_zero_values
config to allow users to save spacewhen using metrics option, while still also allowing to send all keys (especially because we don't document the schema)
@jasondellaluce will add to the falco.yaml description after rebasing given the current merge conflict with another PR.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: