Skip to main content

Parquet Exporter

Status Source: opentelemetry-collector-contrib

Overview

Status
Stabilitydevelopment
Supported pipeline typestraces, logs, metrics
Distributionsnone
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.

Configuration

Example Configuration

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

Last generated: 2026-04-14