elastic/elasticsearch
View on GitHubFeature Request - query/fetch/scroll failure count stats
Open
#46,641 opened on Sep 11, 2019
:Core/Infra/Stats>featureTeam:Core/Infragood first issue
Description
Describe the feature:
Today there are helpful shard level search stats on query_total/fetch_total etc. Can we augment it with failure stats as well eg. query_failure_total; fetch_failure_total etc?
Is there any other existing way to already get shard/search failure rates except tracking it on the client side?