-
Notifications
You must be signed in to change notification settings - Fork 11
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
new(tests,pkg,action): added 2 new tests around prometheus metrics. #59
new(tests,pkg,action): added 2 new tests around prometheus metrics. #59
Conversation
Signed-off-by: Federico Di Pierro <[email protected]>
I tested that against Falco 0.38.0, the /hold for (eventual) discussion |
Signed-off-by: Federico Di Pierro <[email protected]>
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.
👍
Let's keep this on hold until we get a second opinion and the fix has been merged into Falco's master branch.
New Falco master will fix this; wait for Falco CI to publish new artifacts before re-running the test here. |
Yep green now :) |
cc @jasondellaluce does everything LGTY? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FedeDP, 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 |
/unhold |
We have a new dep on the
dummy
plugin (that gets automatically installed by composite action), because we use it to test that prometheus metrics are not killing Falco (-> falcosecurity/falco#3229).We have also a new test (
TestFalco_Miscs_PrometheusMetricsNoDriver
) to test prometheus metrics in normal Falco run (in nodriver mode)./cc @jasondellaluce @leogr