-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(aci): Display apdex option for spans #103791
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
base: master
Are you sure you want to change the base?
Conversation
- hides failure rate and failure count options from metric monitors - hides string tags for aggregate functions like p50, p90
Adds back the apdex option and a test so it doesn't disappear.
| const LOCKED_SPAN_AGGREGATES = { | ||
| [AggregationKey.APDEX]: { | ||
| value: DEFAULT_VISUALIZATION_FIELD, | ||
| label: t('span.duration'), |
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.
might be cleaner if you just set span.duration to be the single allowable type for this parameter
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.
that is what this is doing, i've removed the disabled
# Conflicts: # static/app/views/detectors/components/forms/metric/visualize.tsx
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
brings back apdex option for spans
stacked on #103697