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

Add network types to cluster stats #20144

Merged
merged 1 commit into from
Aug 26, 2016
Merged

Add network types to cluster stats #20144

merged 1 commit into from
Aug 26, 2016

Conversation

jasontedor
Copy link
Member

The network types in use on a cluster can be useful information to have,
so this commit adds aggregate metrics for the network types in use in a
cluster to the cluster stats.

The network types in use on a cluster can be useful information to have,
so this commit adds aggregate metrics for the network types in use in a
cluster to the cluster stats.
@jasontedor jasontedor added >enhancement review :Distributed/Network Http and internode communication implementations v5.0.0-beta1 labels Aug 24, 2016
@clintongormley clintongormley added :Data Management/Stats Statistics tracking and retrieval APIs and removed :Distributed/Network Http and internode communication implementations labels Aug 25, 2016
@@ -91,7 +91,7 @@ protected ClusterStatsNodeResponse newNodeResponse() {

@Override
protected ClusterStatsNodeResponse nodeOperation(ClusterStatsNodeRequest nodeRequest) {
NodeInfo nodeInfo = nodeService.info(false, true, false, true, false, true, false, true, false, false);
NodeInfo nodeInfo = nodeService.info(true, true, false, true, false, true, false, true, false, false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignoring that we need it for network_types, I kind of like that settings are now on by default.

@pickypg
Copy link
Member

pickypg commented Aug 25, 2016

LGTM

@jasontedor jasontedor merged commit bc136a9 into elastic:master Aug 26, 2016
@jasontedor jasontedor deleted the cluster-stats-network-types branch August 26, 2016 01:08
@jasontedor
Copy link
Member Author

Thanks @pickypg!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Stats Statistics tracking and retrieval APIs >enhancement v5.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants