Skip to content

Files

Latest commit

May 26, 2024
7bc96fc · May 26, 2024

History

History

otelcol-influxdb

OpenTelemetry Collector, InfluxDB Distribution

This is experimental software

This directory contains tools to build an OpenTelemetry Collector Distribution with the InfluxDB exporter, and little else. Its purpose is to be a lightweight alternative to the OpenTelemetry Collector-Contrib Distribution, which includes the InfluxDB plugins, as well as many others.

Docker

Docker images exist at jacobmarble/otelcol-influxdb. For an example configuration, see docker-compose.yml.

Build

$ go install go.opentelemetry.io/collector/cmd/builder@latest
...
$ cd otelcol-influxdb
$ builder --config build.yml
...
$ ./build/otelcol-influxdb
...