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

[Search] Telemetry on async search/search sessions #62964

Closed
lukasolson opened this issue Apr 8, 2020 · 1 comment · Fixed by #91256
Closed

[Search] Telemetry on async search/search sessions #62964

lukasolson opened this issue Apr 8, 2020 · 1 comment · Fixed by #91256
Assignees
Labels
Feature:Search Querying infrastructure in Kibana

Comments

@lukasolson
Copy link
Member

lukasolson commented Apr 8, 2020

Part of #61738

In the context of resiliency/retry-ability, we should collect the following:

  • Shard failures
  • Request failures
  • Request timeouts (elasticsearch.requestTimeout)

In the context of user actions, we should collect the following:

  • Time between initiating query and sending to background

In context of search session management UX:

  • Extend session
  • Cancel session
  • Restore session
  • Reload session

In the context of Background Search Service

  • Max amount of sessions in memory
  • Amount of sessions created (Calls to trackId with unique sessionId)
  • Amount of sessions saved (Calls to store)
  • Amount of sessions retrieved (Calls to get, not distinct)
  • Amount of sessions dropped due to errors
  • Amount of sessions expired
  • Amount of saved object update retries
@lukasolson lukasolson added Feature:Search Querying infrastructure in Kibana Team:AppArch labels Apr 8, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@lukasolson lukasolson self-assigned this Jul 2, 2020
@lukasolson lukasolson changed the title [Search] Telemetry on async search [Search] Telemetry on async search/search sessions Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Search Querying infrastructure in Kibana
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants