From e87fcdd0c2549d322db5dee7d616df2fd2aa6f63 Mon Sep 17 00:00:00 2001 From: Gwynne Monahan Date: Thu, 5 Jun 2025 08:55:04 -0500 Subject: [PATCH] OSDOCS-14850 Update callout <2> --- ...ork-observability-con_filter-network-flows-at-ingestion.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/network-observability-con_filter-network-flows-at-ingestion.adoc b/modules/network-observability-con_filter-network-flows-at-ingestion.adoc index 97519b968b88..9aaca338e7d9 100644 --- a/modules/network-observability-con_filter-network-flows-at-ingestion.adoc +++ b/modules/network-observability-con_filter-network-flows-at-ingestion.adoc @@ -78,4 +78,4 @@ spec: sampling: 10 <2> ---- <1> Sends matching flows to a specific output, such as Loki, Prometheus, or an external system. When omitted, sends to all configured outputs. -<2> Optional. Applies a sampling ratio to limit the number of matching flows to be stored or exported. For example, if a sampling value is `10`, then 1 matching flow is kept. \ No newline at end of file +<2> Optional. Applies a sampling ratio to limit the number of matching flows to be stored or exported. For example, `sampling: 10` means 1/10 of the flows are kept. \ No newline at end of file