-
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
[ML] APM Correlations: Fix usage in load balancing/HA setups. #115145
Merged
walterra
merged 52 commits into
elastic:main
from
walterra:ml-apm-correlations-fix-load-balancing
Nov 9, 2021
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
e1fa9c4
[ML] Move data fetching for overall latency histogram to custom hook.
walterra 46f59d6
[ML] Migrates field candidates to regular endpoint.
walterra 0e37684
[ML] Fetch latency correlations via regular endpoints.
walterra 7d75d5f
[ML] Fetch failed transaction correlations via regular endpoints.
walterra 37aa29b
[ML] Fix types.
walterra 414a992
[ML] Rename common/search_strategies to common/correlations.
walterra 83f5ae0
[ML] Rename server/lib/search_strategies to server/lib/correlations.
walterra 8d92d94
[ML] Fix API integration tests.
walterra 9de6ff6
[ML] Remove the no longer needed 'took' attribute.
walterra 30d3883
[ML] Adds chunking to field value pair loading.
walterra 91e5f13
[ML] Fix ccsWarning.
walterra c1cf1e5
[ML] Fix jest test.
walterra 72eb07d
[ML] Fix item check.
walterra ba86ce1
[ML] Refactor away from using generators.
walterra 3368aba
[ML] Remove references to log.
walterra 430aa12
[ML] Get rid of SearchStrategy references in type/var names.
walterra aa80643
[ML] Deduplicate some code.
walterra 4f080bf
[ML] Adds debouncing to correlation analysis.
walterra 8868bb9
[ML] Fix types.
walterra 5a3b927
[ML] Cleanup. Fix progress.
walterra 9ccd53b
[ML] Add comments.
walterra d15d18e
[ML] Fix chart labels.
walterra 8bb304b
[ML] Add platinum license guard to correlations API endpoints.
walterra 10952cc
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra da37fd3
[ML] Move progress parts to constants.
walterra cbeb5ef
[ML] Adds comments to explain the purpose of responseUpdate.
walterra a0992ef
[ML] Remove unnecessary cast to string.
walterra a6e75d7
[ML] Remove usage of deprecated useUrlParams.
walterra deddd79
[ML] Remove casting as Response.
walterra 45da6c5
[ML] Add abort signal.
walterra 71270c1
[ML] Switch endpoint to POST.
walterra 312e9b2
[ML] Improved error handling.
walterra 0cdb94f
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
kibanamachine f0f0d44
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
kibanamachine 4497e74
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra 81139a8
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra 87c4222
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra f47e654
[ML] Fix unmounting. Fix percentileThresholdValue. Add unit tests to …
walterra b65bab6
[ML] Focus assertion on error only.
walterra c0b6b3e
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra 2b755d3
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
kibanamachine 5310686
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
kibanamachine 0e5de24
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra 55472ef
[ML] Tweak test assertions and adds tests for cancellation.
walterra 72bcc11
[ML] Adds comment to clarify the use of abortControler and isCancelle…
walterra 3e411cd
Merge branch 'ml-apm-correlations-fix-load-balancing' of github.com:w…
walterra 97890cf
[ML] Use abort signal instead of isCancelledRef.
walterra 24d1d2b
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra 86b78c1
[ML] Fix test imports.
walterra de63d24
Merge branch 'main' into ml-apm-correlations-fix-load-balancing
walterra 22f785c
fix field value pair error handling
walterra 9872afc
[ML] Fix jest test.
walterra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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 was deleted.
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
38 changes: 0 additions & 38 deletions
38
x-pack/plugins/apm/public/components/app/correlations/correlations_log.tsx
This file was deleted.
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 think this sentence it overly technical. Do we need to say that it's a log-log plot?
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 quite like the use of
log-log
in the chart sub-title, as it helps to make it clear that log scales are used for both axes. The use ofx
andy
is probably unnecessary - how about something likeLog-log plot for count of transactions by latency with overlapping bands for ..
?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.
Can we take this by one of the copy writers? If you add a screenshot here to give some context, I think @bmorelli25 can give some feedback.
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.
This sentence was introduced in #113039 (there's also screenshots in that PR's description), the wording didn't change in this PR besides the tweak sneaked in to remove "all" from "all failed transactions" decided in last weeks weekly. If we want to change the whole sentence can we move that discussion to a separate issue to not widen the scope of this PR?
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.
Yes, I saw this in a previous PR as well. Just want to make sure that we don't release it as-is unless it's been ok'd by an Observability copywriter.
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 added an issue to follow up on this here: #117659