From ac13ffbdb1f7e45016e43a5e971c3dbc9166fcf3 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 28 Oct 2024 16:23:43 +0100 Subject: [PATCH] Update config field 'sampling-rate', not 'sample-rate' --- docs/config-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config-guide.md b/docs/config-guide.md index 1ec893c..35c2b0b 100644 --- a/docs/config-guide.md +++ b/docs/config-guide.md @@ -522,7 +522,7 @@ be changed. The following configuration elements are provided for the plugin: -* **sample-rate**: Capture 1-in-N packets. Defaults to 10000. A good value is the interface +* **sampling-rate**: Capture 1-in-N packets. Defaults to 10000. A good value is the interface bitrate divided by 1000, so for GigabitEthernet choose 1000, for TenGigabitEthernet choose 10000 (the default). * **polling-interval**: Determines the period of interface byte and packet counter reads. This @@ -532,7 +532,7 @@ The following configuration elements are provided for the plugin: ``` sflow: - sample-rate: 10000 + sampling-rate: 10000 polling-interval: 20 header-bytes: 128 ```