Skip to content

Latest commit

 

History

History

parquetexporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Parquet File Exporter

Status
Stability development
Supported pipeline types traces, logs, metrics
Distributions none

Sends pipeline data to Parquet files.

Configuration

The following configuration options are required:

  • path (no default): Export Parquet file path.

The following configuration options can also be configured:

TODO

Example:

exporters:
  parquet:
    path: /var/output/log.parquet

The full list of settings exposed for this exporter is going to be documented later with detailed sample configurations here.