mix otelcol.install (otelcol v0.1.2) View Source

Installs otelcol under _build.

$ mix otelcol.install
$ mix otelcol.install --if-missing

By default, it installs 0.46.0 but you can configure it in your config files, such as:

config :otelcol, :version, "0.46.0"

Options

* `--runtime-config` - load the runtime configuration
  before executing command

* `--if-missing` - install only if the given version
  does not exist