-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[EBT] Dashboard data loaded event #134243
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
Merged
Merged
Changes from 58 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
18e5fc8
timing dashboard data loading
d1027ad
reporting loading \ error from all embeddables
ea42022
report event
2ccc4d2
lint
a0747f6
comment out console
0589135
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 3bf8787
Update embeddable_child_panel.tsx
lizozom 061a352
Merge branch 'main' into dashboard-events
lizozom 0a6f01e
Make analytics optional
3c0d7e7
Merge branch 'dashboard-events' of github.com:lizozom/kibana into das…
dcb10bd
Telemetry report to include both time to load data and time to render
93db343
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
b5171c4
Measure load time from beginning of mount
8325bc8
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
cacf761
lint
9f096fd
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
a0b9c79
Merge branch 'main' into dashboard-events
3deac1c
fix onDataLoadEnd and onDataLoadError event handler callbacks only ca…
nreese 174b734
dataLoadEnd
nreese 3a0a0a5
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
5d68d06
Merge branch 'dashboard-events' of github.com:lizozom/kibana into das…
e5cdea5
Merge remote-tracking branch 'nreese/issue_134785' into dashboard-events
eb8d634
code review
66ee132
imports
a23893d
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine 0450d69
comment
bb1f371
Merge branch 'dashboard-events' of github.com:lizozom/kibana into das…
dc7285f
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
d39fef1
Fix dedupe of events!
7e3e1e9
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine 8840e08
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
083b737
Rendered discover
6249903
Merge branch 'dashboard-events' of github.com:lizozom/kibana into das…
69525d5
oops
851b493
Code review + DashboardLoadedEvent
6d4c422
reportsEmbeddableLoad
287d2b6
type
05f5543
isNil
a6bb540
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
5c45fe6
fix sync unsubscribe
78752c6
use store state instead of eventHandlers
nreese 34e062f
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
bbe8f31
Merge pull request #9 from nreese/lizozom/dashboard-events
lizozom b19b052
[EBT] Better FTR helper APIs
afharo f85b09a
dashboard loaded telemetry test
280d616
Merge remote-tracking branch 'afharo/test-analytics-ftr-apis' into da…
aa48aa2
timestamp
25b9bb4
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
61f589b
Merge branch 'dashboard-events' of github.com:lizozom/kibana into das…
87584de
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
361cdf1
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
5cb32ee
tests
a42f9ae
tests
9331968
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine 9cd0233
test
a045f90
docs + longer timeout
a3648c9
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
6851ae1
Merge branch 'dashboard-events' of github.com:lizozom/kibana into das…
c93fc14
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
c994f3e
fix
b7d4114
Fix property inheritance and map events
a6bf8f8
type error
7070630
reportsEmbeddableLoad
5180eb3
tests
fe7f9db
Merge branch 'main' of https://github.com/elastic/kibana into dashboa…
73e33af
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.