We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa31e73 commit 0157535Copy full SHA for 0157535
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
- 'release/*'
7
pull_request:
8
env:
9
- CORE_REPO_SHA: 834462941942229e308117220e1fa1fad7cb06e3
+ CORE_REPO_SHA: 9bf28fb451a85fd9e9a4f2276c3eebd484e55d02
10
11
jobs:
12
build:
instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst
@@ -33,7 +33,7 @@ Example
33
from opentelemetry.sdk.trace.export import BatchSpanProcessor
34
35
36
- _JAEGER_EXPORTER = jaeger.JaegerSpanExporter(
+ _JAEGER_EXPORTER = jaeger.JaegerExporter(
37
service_name="example-xxx",
38
agent_host_name="localhost",
39
agent_port=6831,
0 commit comments