Thanks to visit codestin.com
Credit goes to github.com

Skip to content

opentelemetry-exporter-jaeger: Trace/span are reported twice if Collector is configured to bypass Agent #981

Closed
@vtdat

Description

@vtdat

Describe your environment
python = "3.6"
opentelemetry-sdk = "0.11b0"
opentelemetry-ext-jaeger = "0.11b0"

Steps to reproduce
Configure collector

jaeger_exporter = jaeger.JaegerSpanExporter(
    service_name=config.JAEGER_SERVICE_NAME,
    collector_host_name='localhost',
    collector_port=14268,
    collector_endpoint='/api/traces?format=jaeger.thrift'
)

What is the expected behavior?
Collector submit trace/span

What is the actual behavior?
Trace/span are reported twice by both Agent and Collector

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions