-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:SearchQuerying infrastructure in KibanaQuerying infrastructure in Kibana
Description
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
trackIdwith uniquesessionId) - 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
afharo
Metadata
Metadata
Assignees
Labels
Feature:SearchQuerying infrastructure in KibanaQuerying infrastructure in Kibana