From a5180d109e406d64bf88fbe03975d65dea05fb1d Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Tue, 19 Apr 2022 14:35:17 -0700 Subject: [PATCH] http ain't grpc (#1305) typo --- content/en/docs/instrumentation/python/exporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/python/exporters.md b/content/en/docs/instrumentation/python/exporters.md index 4a263e270..3cd3f950f 100644 --- a/content/en/docs/instrumentation/python/exporters.md +++ b/content/en/docs/instrumentation/python/exporters.md @@ -76,7 +76,7 @@ $ pip install opentelemetry-exporter-otlp-proto-grpc And replace the `OTLPSpanExporter` import declaration with the following: ```python -from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter +from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter ``` ## Jaeger