-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
has
Searchable Property Not Working on Metrics Data
#84325
Comments
Routing to @getsentry/product-owners-discover for triage ⏲️ |
Routing to @getsentry/product-owners-dashboards for triage ⏲️ |
Auto-routing to @getsentry/product-owners-dashboards for triage ⏲️ |
Hi - For large customers with dynamic sampling - we have a metric extraction process in place- this means some transactions could have tag a,b,c while another has tags a,x,y. Making has works means a lot of work to make the filter work for all possible tags. Furthermore we're already investing in a new storage system powering our Span based metrics - When this is available users won't have to worry abt any cardinality constraints and they can make such queries like "Show count where measurements.time_to_initial_display>0": #81239 |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Using this dashboard: https://demo.sentry.io/dashboard/121248/?dataset=error-events&project=5808623&source=dashboards&statsPeriod=14d
Querying by:
has:measurements.time_to_initial_display
!has:measurements.time_to_initial_display
count()
Expected Result
has:TTID + !has:TTID == count()
Actual Result
has:TTID + !has:TTID != count()
Product Area
Discover
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: