Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] Better support for spanlinks in the product (trace views) #6798

Open
2 tasks
shivanshuraj1333 opened this issue Jan 10, 2025 · 0 comments
Open
2 tasks
Assignees
Labels
enhancement New feature or request traces

Comments

@shivanshuraj1333
Copy link
Member

In messaging systems there are cases when in batch read, the parent span id is not injected in the consumer spans, instead, spans are linked with consumer spans using span links.

Resources:

(below resources for additional context)

This can break the checks we have eg https://github.com/SigNoz/signoz-otel-collector/blob/a9b7c298e835bde41b4a447eeeaadc0449f4096d/cmd/signozschemamigrator/schema_migrator/traces_migrations.go#L363

Issues that we faced:

Research:

  • Understand when parent id is being injected in consumer spans (semantic conventions, and implementation of it), and when parent id is injected as span links in consumer spans

Some conversation here on slack thread:
https://signoz-team.slack.com/archives/C02B85R4R0A/p1735915865562669

@shivanshuraj1333 shivanshuraj1333 self-assigned this Jan 10, 2025
@shivanshuraj1333 shivanshuraj1333 added traces enhancement New feature or request labels Jan 10, 2025
@shivanshuraj1333 shivanshuraj1333 changed the title [Epic] Support for spanlinks in trace [Epic] Better support for spanlinks in the product (trace views) Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request traces
Projects
None yet
Development

No branches or pull requests

1 participant