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 images exist at jacobmarble/otelcol-influxdb. For an example configuration, see docker-compose.yml.
$ go install go.opentelemetry.io/collector/cmd/builder@latest
...
$ cd otelcol-influxdb
$ builder --config build.yml
...
$ ./build/otelcol-influxdb
...