elastic/elasticsearch
Feature Request: Profile API should show node details as well as shard details
开放
#25,896 创建于 2017年7月26日
:Search Foundations/Search>enhancementTeam:Search Foundationsgood first issue
仓库指标
- 星标
- (76,700 个星标)
- PR 合并指标
- (平均合并 2天) (30 天内合并 1,000 个 PR)
描述
Describe the feature:
Currently the Profile API breaks down the timing information by shard. It would be useful if it could also list which node the shard is on such that one might be able to infer whether performance is a node-level issue. This is particularly useful where a shard might have a big replica count and its difficult to tell which shard copy on which node was the one that was hit by this search.