This commit is contained in:
Leighton Chen
2021-03-04 10:01:02 -08:00
committed by GitHub
parent aa31e73fec
commit 0157535e93
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: 834462941942229e308117220e1fa1fad7cb06e3
CORE_REPO_SHA: 9bf28fb451a85fd9e9a4f2276c3eebd484e55d02
jobs:
build:

View File

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