Skip to content
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

Open
dachakra opened this issue Jan 30, 2025 · 4 comments
Open

has Searchable Property Not Working on Metrics Data #84325

dachakra opened this issue Jan 30, 2025 · 4 comments

Comments

@dachakra
Copy link

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

@getsantry
Copy link
Contributor

getsantry bot commented Jan 30, 2025

Routing to @getsentry/product-owners-discover for triage ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Jan 30, 2025

Routing to @getsentry/product-owners-dashboards for triage ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Jan 30, 2025

Auto-routing to @getsentry/product-owners-dashboards for triage ⏲️

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Jan 30, 2025
@ale-cota ale-cota removed Component: Performance Performance product, including Performance Issues Waiting for: Product Owner labels Feb 3, 2025
@getsantry getsantry bot removed the status in GitHub Issues with 👀 3 Feb 3, 2025
@Dhrumil-Sentry
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants