Skip to content
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

Instrument additional telemetry collection for Global Search #158880

Closed
tsullivan opened this issue Jun 1, 2023 · 1 comment · Fixed by #160224
Closed

Instrument additional telemetry collection for Global Search #158880

tsullivan opened this issue Jun 1, 2023 · 1 comment · Fixed by #160224
Assignees
Labels
Project:Serverless Work as part of the Serverless project for its initial release Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@tsullivan
Copy link
Member

This task is to improve telemetry to gather more usage details about global search.

The results will benefit telemetry collection in both the classic/stateful deployments and serverless projects.

@botelastic botelastic bot added the needs-team Issues missing a team label label Jun 1, 2023
@tsullivan tsullivan added Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) Project:Serverless Work as part of the Serverless project for its initial release and removed needs-team Issues missing a team label labels Jun 1, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@tsullivan tsullivan self-assigned this Jun 22, 2023
tsullivan added a commit that referenced this issue Jun 27, 2023
## Summary

Closes #158880

| | **`global_search_bar_click_application`** |
**`global_search_bar_click_saved_object`** |
**`global_search_bar_blur`** | **`global_search_bar_error`** |

|-------------------------------|-----------------------------------------|------------------------------------------|----------------------------|-----------------------------|
| **`application`: string** | X | | | |
| **`saved_object_type`: string** | | X | | |
| **`terms`: string** | X | X | | X |
| **`selected_rank`: number** | X | X | | |
| **`selected_label`: string** | X | X | | |
| **`focus_time_ms`: number** | | | X | |
| **`error_message`** | | | | X |

NOTE: The "blur" event needs to be created any time the user dismisses
the search bar, whether or not a selection has been made. Therefore, the
action of a user selecting an option in the global search will yield two
separate events.

### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [x] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project:Serverless Work as part of the Serverless project for its initial release Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants