parquetexporter

package module
v0.87.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 8 Imported by: 1

README

Parquet File Exporter

Status
Stability deprecated: traces, metrics, logs
Distributions contrib
Issues Open issues Closed issues
Code Owners @atoulme

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.

Documentation

Overview

Package parquetexporter implements an exporter that writes data to Parquet files.

Deprecated: this component is no longer developed and will be removed in the next release.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() exporter.Factory

NewFactory creates a factory for the Parquet exporter. Deprecated: this exporter is no longer supported and will be removed in the next version.

Types

type Config

type Config struct {
	Path string `mapstructure:"path"`
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL