-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat: add explore equation to dashboards #99404
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
feat: add explore equation to dashboards #99404
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks good to me, just one comment about flagging
| defaultField: DEFAULT_FIELD, | ||
| defaultWidgetQuery: DEFAULT_WIDGET_QUERY, | ||
| enableEquations: false, | ||
| enableEquations: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we be conditionally allowing it based on feature flag? i know we have the visibility-explore-equations flag which doesn't seem to be fully rolled out yet 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The add equation button is flagged https://github.com/getsentry/sentry/pull/99404/files#diff-0559dfcce1f9b988a4626e5d7c6624642aa77322acee5f3e4e593614d5e96b57R869-R871, I think that should be good enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh whoopsies i missed that, yup should be good 👍
Adds explore equations to the spans dataset. Note that the spans backend API
does not support the equation index alias format (ie
equation[0]) in the sorts.So we are converting it into the function format before we make the table or stats
request.