-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logic to replace transaction histogram with summary (#155714)
Closes #152694 ## Summary This PR replaces the transaction.duration.histogram with transaction.duration.summary field and maintains backward compatibility by switching to former when the later is no present for past data ### Checklist Delete any items that are not applicable to this PR. - [x] Switch for transactions table on the service overview page and transactions overview page - [x] Switch for Latency Charts on Transaction Details page - [x] Add logic to switch with backward compatibility - [x] Fix existing Unit and API tests - [x] Add new API Tests to make sure backward compatibility works ### Risk Matrix | Risk | Probability | Severity | Mitigation/Notes | |---------------------------|-------------|----------|-------------------------| | Backward compatibility to switch to histogram if summary field is not present on the data | Low | High | Integration tests will verify that all features are still supported in and duration switches to old field when new field is not available. | --------- Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
531ed3f
commit bb08db9
Showing
22 changed files
with
750 additions
and
304 deletions.
There are no files selected for viewing
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
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
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.