You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This requires that SDKs send data and Users update the SDK version. But it's important that SDK implement this.
Add a column to signoz_index_v2 and relevant tables that indicate whether a span is a service entry span.
Update the APM metrics to use this column instead
Enabled APM metrics to dashboard/alerts
The text was updated successfully, but these errors were encountered:
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.
signoz_index_v2
and relevant tables that indicate whether a span is a service entry span.The text was updated successfully, but these errors were encountered: