Skip to content

reporting spans to Jaeger backend with http transport will send an endless loop of reported spans.  #548

@limfriend

Description

@limfriend

When we configure jager's http reporting, such as "-DJAEGER_ENDPOINT = http: //myjaeger.com/api/traces",
it will send an endless loop problem. This is because jaeger's http reporting uses the okhttp component.
When the span is reported via okhttp, it will be captured by the okhttp plugin to generate span data,
and when this span data is reported to the jaeger collector, new span data will be generated.

@safris could you help to merge the pull and upgrade okhttp plugin to java-specialaget? opentracing-contrib/java-okhttp#36

Metadata

Metadata

Assignees

Labels

P0Priority 0bugSomething isn't workingcore

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions