From ee25a63b7447feca73a5871229c47a4e96cd2e0d Mon Sep 17 00:00:00 2001 From: boylea Date: Tue, 9 Jan 2024 00:38:53 +0000 Subject: [PATCH] Small fix to python agent-config option --- .../en/docs/instrumentation/python/automatic/agent-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/python/automatic/agent-config.md b/content/en/docs/instrumentation/python/automatic/agent-config.md index fe265bc42379..0822f2dc4cf9 100644 --- a/content/en/docs/instrumentation/python/automatic/agent-config.md +++ b/content/en/docs/instrumentation/python/automatic/agent-config.md @@ -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,