From 0157535e93beb25986b5906bd5fb246eb43a76f5 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Thu, 4 Mar 2021 10:01:02 -0800 Subject: [PATCH] Fix doc (#361) --- .github/workflows/test.yml | 2 +- .../opentelemetry-instrumentation-aiohttp-client/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6882086c2..c7e146b82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: - 'release/*' pull_request: env: - CORE_REPO_SHA: 834462941942229e308117220e1fa1fad7cb06e3 + CORE_REPO_SHA: 9bf28fb451a85fd9e9a4f2276c3eebd484e55d02 jobs: build: diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst b/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst index a1fa9f9b6..95d16be89 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst @@ -33,7 +33,7 @@ Example from opentelemetry.sdk.trace.export import BatchSpanProcessor - _JAEGER_EXPORTER = jaeger.JaegerSpanExporter( + _JAEGER_EXPORTER = jaeger.JaegerExporter( service_name="example-xxx", agent_host_name="localhost", agent_port=6831,