falcosecurity / cncf-green-review-testing

Falco configurations intended for testing with the CNCF Green Reviews Working Group
Apache License 2.0
1 stars 2 forks source link

[Tracking] Falco Prometheus Support for Falco Metrics #12

Open incertum opened 5 months ago

incertum commented 5 months ago

This issue is to track Falco's progress in regards to supporting a Prometheus Exporter for Falco's newer Metrics system https://falco.org/docs/metrics/falco-metrics/.

Important: The Falco maintainers have decided to deprecate https://github.com/falcosecurity/falco-exporter. Please note that the falco-exporter never exported any of the newer internal metrics that we need for the CNCF benchmarking.

CC @AntonioDiTuri @nikimanoledaki @leogr

incertum commented 5 months ago

Current status: The first PR is up to create a more coherent metrics interface that also features convenient light weight Prometheus exporter helper methods https://github.com/falcosecurity/libs/pull/1652. Once the maintainers have agreed on a solution, more PRs against the https://github.com/falcosecurity/falco repo will be needed.

We are targeting Falco 0.38.0.

nikimanoledaki commented 5 months ago

Wonderful, thank you for this update!

incertum commented 5 months ago

@nikimanoledaki FYI this timeline is not for KubeCon EU 24. Falco 0.38.0 is scheduled for end of May 2024. Thanks for your patience.

poiana commented 2 months ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

incertum commented 2 months ago

We are on track for Falco 0.38.0.

incertum commented 2 months ago

/remove-lifecycle stale

incertum commented 3 weeks ago

Latest Falco version 0.38.1 now has Prometheus support. We still need to develop the Grafana dashboards and update the deployment configs in this repo. Will post again once all this is done.

leogr commented 3 weeks ago

We still need to develop the Grafana dashboards and update the deployment configs in this repo

AFAIK @alacuku should take care of them :)

alacuku commented 1 week ago

First PR that supports Falco metrics in the charts has been merged: https://github.com/falcosecurity/charts/pull/700