elastic/elasticsearch
在 GitHub 查看Feature Request - query/fetch/scroll failure count stats
Open
#46,641 创建于 2019年9月11日
:Core/Infra/Stats>featureTeam:Core/Infragood first issue
仓库指标
- Star
- (76,700 star)
- PR 合并指标
- (平均合并 2天) (30 天内合并 1,000 个 PR)
描述
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?