From 83db0bb4e22719035769aa9decf309188a38d02c Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Thu, 21 Sep 2023 14:49:29 +0200 Subject: [PATCH] docs: add a warning for metrics Signed-off-by: Andrea Terzolo --- falco.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/falco.yaml b/falco.yaml index 829fd486..09bc110d 100644 --- a/falco.yaml +++ b/falco.yaml @@ -675,6 +675,12 @@ syscall_event_drops: # periodic metric snapshots (including stats and resource utilization) captured # at regular intervals # +# --- [Warning] +# +# Due to a regression (https://github.com/falcosecurity/falco/issues/2821) some metrics +# like `falco.host_num_cpus` or `falco.start_ts` will not be available when you use +# source plugins (like k8saudit). +# # --- [Description] # # Consider these key points about the `metrics` feature in Falco: