Skip to content

Use span flags to derive service entry spans (referred to as top level operations) #4425

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

Open
srikanthccv opened this issue Jan 23, 2024 · 1 comment

Comments

@srikanthccv
Copy link
Member

The change open-telemetry/opentelemetry-proto#484 adds a bit flag that helps to decide if a span is an entry-level span of the service. Today we run mat view to deduce them by joining the signoz_index_v2 table with itself. We should move away from the mat view to the bit flag.

  1. This requires that SDKs send data and Users update the SDK version. But it's important that SDK implement this.
  2. Add a column to signoz_index_v2 and relevant tables that indicate whether a span is a service entry span.
  3. Update the APM metrics to use this column instead
  4. Enabled APM metrics to dashboard/alerts
@srikanthccv
Copy link
Member Author

Now available in sdks java, dotnet, go, and soon python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant