From 14113f8d92ec9de6becc569233b3d340fe443952 Mon Sep 17 00:00:00 2001 From: Luigi De Matteis Date: Fri, 2 Feb 2024 17:18:15 +0200 Subject: [PATCH] Fix TracingPolicy Selectors Stack Traces documentation The yaml file in the Stack Traces section contained a typo that has been fixed. Signed-off-by: Luigi De Matteis --- docs/content/en/docs/concepts/tracing-policy/selectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/concepts/tracing-policy/selectors.md b/docs/content/en/docs/concepts/tracing-policy/selectors.md index 0985a446d17..ad68f54788c 100644 --- a/docs/content/en/docs/concepts/tracing-policy/selectors.md +++ b/docs/content/en/docs/concepts/tracing-policy/selectors.md @@ -843,7 +843,7 @@ kprobes: - call: kfree_skb_reason selectors: - matchActions: - - action: post + - action: Post stackTrace: true ```