getsentry / relay

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

feat(spans): Ingest a duration_light metric tagged the same way exclusive_time_light is #3772

Open phacops opened 5 days ago

phacops commented 5 days ago

We still need this extra metric since tagging duration with transaction.name makes it too heavy to query.

This is not meant to change any of the tags, just copy the same tags and conditions exclusive_time_light has.

jjbayer commented 1 day ago

I'm going to merge https://github.com/getsentry/relay/pull/3768 first, let's see what merge conflicts that brings.