-
Notifications
You must be signed in to change notification settings - Fork 8.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
Transaction type handling and breakdown chart #83587
Conversation
Pinging @elastic/apm-ui (Team:apm) |
retest |
@elasticmachine merge upstream |
expected head sha didn’t match current head ref. |
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.
LGTM
@@ -23,7 +23,7 @@ import { ServiceMap } from '../ServiceMap'; | |||
import { ServiceMetrics } from '../service_metrics'; | |||
import { ServiceNodeOverview } from '../ServiceNodeOverview'; | |||
import { ServiceOverview } from '../service_overview'; | |||
import { TransactionOverview } from '../TransactionOverview'; | |||
import { TransactionOverview } from '../transaction_overview'; |
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.
I'd love if there was a way to automatically rename all our files once and for all.
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.
maybe we could create a new issue to tackle all the renaming once and for all...
👷🏻♂️ 🚧 Fixing merging conflicts!!!! |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Nathan L Smith <[email protected]>
tests ok |
Create a
useTransactionType
hook to select the correct transaction type.Does not change the errors chart or table to use transaction type.
Does not change the breakdown to use duration instead of percent.
References #81719. References #82831. Fixes #78969.