From 4e38520175960a5cf52303a04fab285db40f7f56 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Wed, 24 Apr 2024 09:36:42 +0200 Subject: [PATCH] chore(configuration): add reference to Prometheus endpoint in metrics documentation The cross reference makes it easier to pair the web server and the metrics configuration elements. Signed-off-by: Samuel Gaist --- falco.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/falco.yaml b/falco.yaml index 9b9c9af38aa..212019511ca 100644 --- a/falco.yaml +++ b/falco.yaml @@ -970,6 +970,9 @@ syscall_event_drops: # beneficial for exploring the data schema and ensuring that fields with empty # values are included in the output. # +# If metrics are enabled, the web server can be configured to activate the +# corresponding Prometheus endpoint using webserver.prometheus_metrics_enabled. +# # todo: prometheus export option # todo: syscall_counters_enabled option metrics: