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
@cijothomas I'd like to take this issue (and perhaps similar issues you put above).
Do I need to do anything other than just removing those methods from SpanBuilder?
It looks that there is no place which uses them in this repository.
https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/src/trace/tracer.rs#L242
with_trace_id
,with_span_id
allow one to specify TraceId,SpanId via builder - there is no such capability in the specification.If user want to control traceid,spanid generation, they can use IdGenerator.
This must be removed from SpanBuilder
The text was updated successfully, but these errors were encountered: