-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Kibana Overview Page UI Metrics #81937
Conversation
@AlonaNadler I know you didn't come up with usage analytics requirements for this page, so let us know if you'd prefer anything different. I'm happy to provide more details on what these mean and what the output will be in upcoming releases. Here's an example for the homepage, @cqliu1 is taking a very similar approach #81827 (review) |
9be4f67
to
9150dd0
Compare
@elasticmachine merge upstream |
Pinging @elastic/kibana-core-ui (Team:Core UI) |
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
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.
@alexfrancoeur I presume it's safe to merge this basic set. We can always add additional metrics later, right?
@cqliu1 is needing to make a clean cut to her new (old) team, so it would be nice to wrap this up for her.
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.
Code review only, LGTM
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
Apologies for never responding to this a few weeks back. +1 on finishing this one up as is |
Co-authored-by: Kibana Machine <[email protected]>
…or-disable-searchable-snapshot-fields * 'master' of github.com:elastic/kibana: (29 commits) HTTP CRUD+ API for Index Patterns (elastic#83576) Don't list packages in devDependencies already listed in dependencies (elastic#85120) Remove unused devDependencies (elastic#85121) [ILM] Reposition form toggles (elastic#85143) [APM] Make sure jest script can be run from anywhere (elastic#85111) Add EuiButtonEmptyTo components (elastic#85213) skip flaky suite (elastic#85216) skip flaky suite (elastic#83775) skip flaky suite (elastic#83774) skip flaky suite (elastic#83773) skip flaky suite (elastic#83793) skip flaky suite (elastic#85215) skip flaky suite (elastic#85217) [Usage Collection] Kibana Overview Page UI Metrics (elastic#81937) [Alerting UI] Replaced AlertsContextProvider with KibanaContextProvider and exposed components in API (elastic#84604) skip flaky suite (elastic#85208) [Security Solutions][Detection Engine] Fixes cypress errors by using latest signals mapping (elastic#84600) Small fixes to Kibana search bar (elastic#85079) Change link text to say Fleet (elastic#85083) [Metrics UI] Refactor Process List API to fetch only top processes (elastic#84716) ... # Conflicts: # x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/hot_phase/hot_phase.tsx # x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/searchable_snapshot_field/searchable_snapshot_field.tsx
…5219) Co-authored-by: Kibana Machine <[email protected]>
Summary
Blocked by #81827.UI Metrics added:
App:
kibana_overview
click
app_card_${appId}
click
solution_panel_${solutionId}
click
ingest_data_card_${featureId}
click
manage_data_card_${featureId}
click
set_kibana_overview_as_default_route
Make this my landing page
button and sets the home page as theirdefaultRoute
in advanced settingsclick
change_to_different_default_route
Display a different page on log in
button indicating intent to change their landing pageFor maintainers