Seeking Help with Custom TraceId Assignment in OpenTelemetry
Hello everyone. I have an issue with open telemetry, which I asked everywhere: stack-overflow, official open-telemetry discussion forums, and nobody answers. I want to assign to the current context a traceId that I generate myself. While I achieved this, I am facing a problem where my events are not 'attached' to any span (because, in order to put a traceId in the context, I also need to provide a spanId). I tried creating a parent span, but then that span somehow does not get send. Am I running out of ideas for something that should be an easy task for distributed tracing. If anyone wants to have a look at the stackoverflo question for more details, here it is: https://stackoverflow.com/questions/78680955/how-to-group-spans-under-specific-traceid-in-opentelemetry-node-sdk