15 lines
541 B
Text
15 lines
541 B
Text
|
# 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"
|