From 48b9b9383d2162ae03b1905ea0eef345ccfdc7e0 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Mon, 15 Mar 2021 15:45:20 -0700 Subject: [PATCH] update docs to match new jaeger path --- .../opentelemetry-instrumentation-aiohttp-client/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst b/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst index 95d16be89a..6ec3a04eca 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst @@ -28,12 +28,12 @@ Example from opentelemetry.instrumentation.aiohttp_client import AioHttpClientInstrumentor from opentelemetry import trace - from opentelemetry.exporter import jaeger + from opentelemetry.exporter.jaeger.thrift import JaegerExporter from opentelemetry.sdk.trace import TracerProvider from opentelemetry.sdk.trace.export import BatchSpanProcessor - _JAEGER_EXPORTER = jaeger.JaegerExporter( + _JAEGER_EXPORTER = JaegerExporter( service_name="example-xxx", agent_host_name="localhost", agent_port=6831,