This message was deleted.
# general
s
This message was deleted.
p
@User Do you mean span links as defined here? https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#links-between-spans Can you share more details on what is the use case you are trying to solve through this?
j
Do you mean span links as defined here? : Yes
Can you share more details on what is the use case you are trying to solve through this?
We have to create our parent span from the front end using Javascript and the child span is created from the back end using python. We can send the span-context to the back end, but it is not a full context. Please see the example context the we had sent ( Eg:-{"traceId":"28b6f8f53c268b6d6d5b7ac9b6cf247a","spanId":"efb216c65a366a93","traceFlags":1}). We couldn't create parent-child relations by using this. So we tried another option by creating links between the spans. We want to see this spans relation in SigNoz UI. Is that possible?
p
@User So the current Gantt Chart view and Flame graph view is created through this span relationship. Is that what you are looking for? But as of now I don't think there is a way to see the span ID number explicitly in the UI for a span.
1
j
Hi, I have another query. Is there any way to send trace data to different service name through Javascript? For example: I want to send auto-instrumentation through the service-name as "auto-report" and for the manual trace I want to send it through the service-name as "custom-report". Is that possible?
Hi Team, We upgraded to latest version (0.6.1). But we are facing some issues in Dashboard trace view. Some times the Tags shows blank, but we can see that it is saved in DB. Please check the screenshot of the same. Could you please help me for it?
p
was this working fine in 0.5.x?
j
These are the latest traces. Shall I downgraded to lower version in order to check this?
p
yeah - would be good to know. I am trying to understand if this is a version specific issue or some other issue
j
Ok I will let you know once it is done.
p
👍
j
Sorry @User I forgot to mentioned one thing, The same issue was there in the previous version. But it was a rare case, but in the latest version, it frequently happens.
p
we have not made any changes to this page in 0.6.x releases. If you could find some examples where this issue is happening in 0.6.x but was not happening in 0.5.x - that would help us investigate