1OPENTELEMETRY-INSTRUMENT(1)      User Commands     OPENTELEMETRY-INSTRUMENT(1)
2
3
4

NAME

6       opentelemetry-instrument  –  automatically instruments a Python program
7       and its dependencies and then runs the program
8

SYNOPSIS

10       opentelemetry-instrument   [-h]    [--trace-exporter    TRACE_EXPORTER]
11       [--id-generator ID_GENERATOR] command
12

OPTIONS

14   POSITIONAL ARGUMENTS
15       command
16              Your Python application.
17
18       command_args
19              Arguments for your application.
20
21   OPTIONS
22       -h, --help
23              show a help message and exit
24
25       --trace-exporter TRACE_EXPORTER
26              Uses  the  specified exporter to export spans.  Accepts multiple
27              exporters as comma separated values.
28
29              Examples:
30                  --trace-exporter=jaeger
31
32       --id-generator ID_GENERATOR
33              The IDs Generator to be used with the Tracer Provider.
34
35              Examples:
36                  --id-generator=random
37

SEE ALSO

39       opentelemetry-bootstrap(1)
40
41
42
43                                  August 2021      OPENTELEMETRY-INSTRUMENT(1)
Impressum