opentelemetry-bootstrap - Man Page

opentelemetry-bootstrap – detect libraries and installs instrumentation packages

Synopsis

opentelemetry-bootstrap [-h] [--version] [-a {install,requirements}]

Description

opentelemetry-bootstrap(1) detects installed libraries and automatically installs the relevant instrumentation packages for them.

Options

Optional Arguments

-h--help

Show a help message and exit.

--version

Print version information.

-a {install,requirements}, --action {install,requirements}

install – uses pip to install the new requirements using to the currently active site-package.

requirements – prints out the new requirements to stdout. Action can be piped and appended to a requirements.txt file.

See Also

opentelemetry-instrument(1)

Referenced By

opentelemetry-instrument(1).

December 2022