1OPENTELEMETRY-BOOTSTRAP(1) User Commands OPENTELEMETRY-BOOTSTRAP(1)
2
3
4
6 opentelemetry-bootstrap – detect libraries and installs instrumentation
7 packages
8
10 opentelemetry-bootstrap [-h] [--version] [-a {install,requirements}]
11
13 opentelemetry-bootstrap(1) detects installed libraries and automati‐
14 cally installs the relevant instrumentation packages for them.
15
17 OPTIONAL ARGUMENTS
18 -h, --help
19 Show a help message and exit.
20
21 --version
22 Print version information.
23
24 -a {install,requirements}, --action {install,requirements}
25
26 install – uses pip to install the new requirements using to the
27 currently active site-package.
28
29 requirements – prints out the new requirements to stdout. Ac‐
30 tion can be piped and appended to a requirements.txt file.
31
33 opentelemetry-instrument(1)
34
35
36
37 December 2022 OPENTELEMETRY-BOOTSTRAP(1)