Skip to content

Commit

Permalink
Small fix to python agent-config option
Browse files Browse the repository at this point in the history
  • Loading branch information
boylea authored Jan 9, 2024
1 parent 6c94e06 commit ee25a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Here's an explanation of what each configuration does:
are being exported to `console` (stdout) and with `otlp`. The `otlp` option
tells `opentelemetry-instrument` to send the traces to an endpoint that
accepts OTLP via gRPC. In order to use HTTP instead of gRPC, add
`--exporter_otlp_protocol http`. The full list of available options for
`--exporter_otlp_protocol http/protobuf`. The full list of available options for
traces_exporter, see the Python contrib
[OpenTelemetry Instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation).
- `metrics_exporter` specifies which metrics exporter to use. In this case,
Expand Down

0 comments on commit ee25a63

Please sign in to comment.