-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Action/Falco] Monitor Kernel event rate from Falco #43
Comments
I read this doc page: https://falco.org/docs/metrics/falco-metrics/ and I was wondering if it was enough to add the metric object enabled to the falco.yaml to have the kernel_rate_event in that file as well 🙂 Then I realized in the cncf-green-review-testing folder there is no falco.yaml. Is the page I mentioned before relevant to our setup? @incertum do you need some extra settings on your side to let the kernel_event metric be written in the file under /tmp/stats? |
Let's redirect all discussion related to this issue here: falcosecurity/cncf-green-review-testing#11 |
Blocked while we wait for Falco Prometheus exporter (post-KubeCon) |
This is a Falco-specific metrics. The kernel event rate reflects the server load e.g. from workloads. Falco's kernel-side & userspace event counts & tracepoint invocation counts could help [source]
The text was updated successfully, but these errors were encountered: