Update data/telegraf_plugins.yml

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/5597/head
Sven Rebhan 2024-09-12 12:44:33 +02:00 committed by GitHub
parent 4944d6a8d5
commit e0f52f1684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -2575,9 +2575,7 @@ output:
- name: Parquet - name: Parquet
id: parquet id: parquet
description: | description: |
This plugin writes metrics to parquet files. By default, the parquet 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.
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.
introduced: 1.32.0 introduced: 1.32.0
tags: [linux, macos, windows, data-stores] tags: [linux, macos, windows, data-stores]