tracetest
tracetest copied to clipboard
tech debt: use traces.NewTrace instead of building the trace manually
Our otel converter was building the trace manually, but now we have a traces.New function that does exactly that. We should make our OTEL converter to start using that new function.