elastic/elasticsearch

Feature Request - query/fetch/scroll failure count stats

Open

#46,641 opened on Sep 11, 2019

View on GitHub
 (15 comments) (0 reactions) (0 assignees)Java (76,700 stars) (25,882 forks)batch import
: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?

Contributor guide