Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Etienne/revert es shard level stats #1875

Merged
merged 3 commits into from
Aug 27, 2015
Merged

Conversation

elafarge
Copy link
Contributor

No description provided.

Etienne LAFARGE added 3 commits August 27, 2015 14:52
…metrics"

This reverts commit b19f251, reversing
changes made to 3e6c0b1.

This reverts BOTH the addition of shard-level metrics to Elasticsearch
as well as the addition of PShard-related statistics.

Pshard statistics will be readded for the 5.5 release, shard level
statistics will be discussed for 5.6.0 because right now, they obviously
create way to much contexts in our backend.
The new JVM metrics and PShard level metrics will be readded to that
changelog once the latter will have been cherry-picked.
Added statistics over primary shards only to our check. They're
basically retrieved under the `_stats` endpoint and are aggregated
metrics on the primary shards. It means that they don't take into
account metrics from replica shards. So for instance
`primaries.docs.count` will contain the total number of documents in the
cluster without replicas. Computing replica's would be as simple as
summing the "standard" document count metric over all nodes in the
cluster.

A test for those new metrics in particular has been added.
@yannmh yannmh added this to the 5.5.0 milestone Aug 27, 2015
yannmh added a commit that referenced this pull request Aug 27, 2015
…tats

Etienne/revert es shard level stats
@yannmh yannmh merged commit 7b9532c into master Aug 27, 2015
@yannmh yannmh deleted the etienne/revert-es-shard-level-stats branch August 27, 2015 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants