http ain't grpc (#1305)

typo
This commit is contained in:
Phillip Carter 2022-04-19 14:35:17 -07:00 committed by GitHub
parent c717308eaa
commit a5180d109e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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