-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #88847 This commit cleans up some insights related components in preparation for the next version of transaction insights. - Rework txn insights api calls to use async/await as the promise chain became quite long. - Reduce number of api calls made in txn insight details, these likely won't be needed once we record insights for txns meeting the insights contention threshold. - Introduce shared selector combiner functions for insights components where possible. - Convert transaction insight details redux field to a map of ids to details objects, similar to stmt details, instead of storing a single txn insight details object. Each key is cleared at an interval of 5 minutes. - Populate insights field from api response in selector instead of component level. - Convert txn insight details component from class component to functional component Release note: None
- Loading branch information
Showing
22 changed files
with
712 additions
and
678 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.