You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
The sampler tags (sampler.type & sampler.param) are missing in generated root span when additional tags option is provided in startSpan.
Steps to reproduce
call tracer.StartSpan with tag option that has more than 2 key-value pairs.
t := opentracing.Tags{
"testTag1": "test tag 1",
"testTag2": "test tag 2",
"testTag3": "test tag 3",
}
sp := tracer.StartSpan("operation _name", t)
ss := sp.(*Span)
Expected behavior
The span should have expected sampler.type & sampler.param tags.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered:
What happened?
The sampler tags (
sampler.type
&sampler.param
) are missing in generated root span when additional tags option is provided instartSpan
.Steps to reproduce
Expected behavior
The span should have expected
sampler.type
&sampler.param
tags.Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: