Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
14
plugins/outputs/parquet/sample.conf
Normal file
14
plugins/outputs/parquet/sample.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# A plugin that writes metrics to parquet files
|
||||
[[outputs.parquet]]
|
||||
## Directory to write parquet files in. If a file already exists the output
|
||||
## will attempt to continue using the existing file.
|
||||
# directory = "."
|
||||
|
||||
## Files are rotated after the time interval specified. When set to 0 no time
|
||||
## based rotation is performed.
|
||||
# rotation_interval = "0h"
|
||||
|
||||
## Timestamp field name
|
||||
## Field name to use to store the timestamp. If set to an empty string, then
|
||||
## the timestamp is omitted.
|
||||
# timestamp_field_name = "timestamp"
|
Loading…
Add table
Add a link
Reference in a new issue