Skip to content

Commit 0157535

Browse files
authored
Fix doc (#361)
1 parent aa31e73 commit 0157535

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • instrumentation/opentelemetry-instrumentation-aiohttp-client

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'release/*'
77
pull_request:
88
env:
9-
CORE_REPO_SHA: 834462941942229e308117220e1fa1fad7cb06e3
9+
CORE_REPO_SHA: 9bf28fb451a85fd9e9a4f2276c3eebd484e55d02
1010

1111
jobs:
1212
build:

instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Example
3333
from opentelemetry.sdk.trace.export import BatchSpanProcessor
3434
3535
36-
_JAEGER_EXPORTER = jaeger.JaegerSpanExporter(
36+
_JAEGER_EXPORTER = jaeger.JaegerExporter(
3737
service_name="example-xxx",
3838
agent_host_name="localhost",
3939
agent_port=6831,

0 commit comments

Comments
 (0)