From e0f52f1684fd8a8fe901ffa02fd12b93252f148c Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:44:33 +0200 Subject: [PATCH] Update data/telegraf_plugins.yml Co-authored-by: Jason Stirnaman --- data/telegraf_plugins.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 678a895c8..2adac6e6f 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -2575,9 +2575,7 @@ output: - name: Parquet id: parquet description: | - This plugin writes metrics to parquet files. By default, the parquet - output groups metrics by metric name and write those metrics all to the - same file. If a metric schema does not match then metrics are dropped. + This plugin writes metrics to parquet files. By default, it groups metrics by name, and then writes each group to a separate file. If a metric schema doesn't match, the metrics are dropped. introduced: 1.32.0 tags: [linux, macos, windows, data-stores]