opentelemetry-instrument - Man Page
opentelemetry-instrument – automatically instruments a Python program and its dependencies and then runs the program
Synopsis
opentelemetry-instrument [-h] [--trace-exporter TRACE_EXPORTER] [--id-generator ID_GENERATOR] command
Options
Positional Arguments
- command
Your Python application.
- command_args
Arguments for your application.
Options
- -h, --help
show a help message and exit
- --trace-exporter TRACE_EXPORTER
Uses the specified exporter to export spans. Accepts multiple exporters as comma separated values.
Examples:
--trace-exporter=jaeger
- --id-generator ID_GENERATOR
The IDs Generator to be used with the Tracer Provider.
Examples:
--id-generator=random
See Also
Referenced By
August 2021