mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 14:11:50 +08:00
Fix doc (#361)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- 'release/*'
|
||||
pull_request:
|
||||
env:
|
||||
CORE_REPO_SHA: 834462941942229e308117220e1fa1fad7cb06e3
|
||||
CORE_REPO_SHA: 9bf28fb451a85fd9e9a4f2276c3eebd484e55d02
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user