-
Notifications
You must be signed in to change notification settings - Fork 118
Overwrite dsc attributes #6050
Copy link
Copy link
Open
Labels
fillerRequires little effort to resolve. Ready to be picked up anytime.Requires little effort to resolve. Ready to be picked up anytime.maintenanceTasks with this label generally have a lower priority and due dateTasks with this label generally have a lower priority and due date
Metadata
Metadata
Assignees
Labels
fillerRequires little effort to resolve. Ready to be picked up anytime.Requires little effort to resolve. Ready to be picked up anytime.maintenanceTasks with this label generally have a lower priority and due dateTasks with this label generally have a lower priority and due date
Fields
Give feedbackNo fields configured for issues without a type.
Currently, if a span already has
sentry.dsc.some_attributeset, we will not overwrite it using the dsc.Dynamic sampling metrics however do not use attributes that are already set, they use the dsc.
Hence there is a discrepancy between span attributes and metrics.
Fix: always overwrite these attributes.