getsentry / relay

Sentry event forwarding and ingestion service.
https://docs.sentry.io/product/relay/
Other
312 stars 85 forks source link

feat(spans): Group function spans #3697

Closed phacops closed 3 weeks ago

phacops commented 4 weeks ago

We don't calculate a group hash for function spans and this means the span summary shows one group only for this op. We'd like to show each function individually.

This will reduce cardinality in function names by removing UUIDs or hexadecimal strings equal or longer than 5 characters and calculate the group hash, enabling us to store span metrics for each function separately.