-
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
[Usage Collection] Usage collection add saved objects client to collector fetch context #80554
Merged
TinaHeiligers
merged 29 commits into
elastic:master
from
TinaHeiligers:usage-collection-add-soclient-to-fetch
Oct 14, 2020
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d58cd0c
vega snapshot
TinaHeiligers 9c16f82
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 540cac0
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 184ccac
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 64e4718
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 72046b8
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 3e84011
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers fe7a768
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 6e7d21d
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 1ee9535
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers b7a04a9
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 81b20c1
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 2422be1
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 8db7eb0
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers ed62b62
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers a42583e
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 770cc6f
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 8aa0273
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 787875d
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers bfaf829
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers b7bcbe3
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 6afd633
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 9a7e26a
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers d9bef25
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 7209b1f
Merge branch 'master' of github.com:elastic/kibana
TinaHeiligers 3dc502b
Adds scoped saved objects client to collector fetch context
TinaHeiligers fd2ccfa
Updates README, cleans up code
TinaHeiligers 697cfe7
Merge branch 'master' of github.com:elastic/kibana into usage-collect…
TinaHeiligers 4d2588c
Handles CollectorFetchContext changes bubbling up to the data plugin'…
TinaHeiligers 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
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
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.
irrelated to PR: in what cases it would return
undefined
?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.
The saved objects client is only available during the start cycle, so if it's called before it's initialized, we'll return undefined. It's the same as for the new elasticsearch client.