Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 4.02 KB

README.md

File metadata and controls

72 lines (53 loc) · 4.02 KB

OpenTelemetry Protocol with Apache Arrow Collector Components

This directory contains the primary collector components for using OpenTelemetry Protocol with Apache Arrow as well as a number of useful accessory components that were developed to assist the project.

The primary components (now included in the upstream Collector-Contrib repository) are:

Note that the exporter and receiver components have been included in the official OpenTelemetry Collector-Contrib release images since v0.105.0.

Building and distributing these components

See Building.

Components included in this repository

Several components were developed to facilitate testing and debugging the primary OpenTelemetry Protocol with Apache Arrow components. Most importantly, these tools can be used to report problematic data to the maintainers. These components are:

For production use

For research and validation

Other components built into otelarrowcol

Several Collector-Contrib extensions are included in the build:

Note that while previously this repository had its own local versions of a basic fileexporter and filereceiver derived from upstream, it is now recommended to use the upstream fileexporter and otlpjsonfilereceiver instead.

From the core collector repository: