From 90926b13d478db565ca38e4994e6afb96e445716 Mon Sep 17 00:00:00 2001 From: Sven Rebhan Date: Wed, 17 Sep 2025 19:44:02 +0200 Subject: [PATCH] Updating plugin list --- data/telegraf_plugins.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 7d43bcdeb..369410e48 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -515,7 +515,7 @@ input: Docker containers. > [!NOTE] - > This plugin works only for containers with the `local`, `json-file`, or + > This plugin works only for containers with the `local` or `json-file` or > `journald` logging driver. Make sure Telegraf has sufficient permissions > to access the configured endpoint. introduced: v1.12.0 @@ -1972,9 +1972,9 @@ input: via gRPC. > [!NOTE] - > Telegraf v1.32 through v1.35 support the Profiles signal using the **v1 - > experimental API**. Telegraf v1.36+ supports the Profiles signal using the - > **v1 development API**. + > Telegraf v1.32 through v1.35 support the Profiles signal using the v1 + > experimental API. Telegraf v1.36+ supports the Profiles signal using the + > v1 development API. introduced: v1.19.0 os_support: [freebsd, linux, macos, solaris, windows] tags: [logging, messaging] @@ -4056,10 +4056,10 @@ processor: - name: Round id: round description: | - This plugin rounds numerical field values to the configured + This plugin allows to round numerical field values to the configured precision. This is particularly useful in combination with the [dedup processor](/telegraf/v1/plugins/#processor-dedup) to reduce the number of - metrics sent to the output when a lower precision is required for the + metrics sent to the output if only a lower precision is required for the values. introduced: v1.36.0 os_support: [freebsd, linux, macos, solaris, windows]