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

uptading cluster health stats for elasticsearch 2x #437

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

uptading cluster health stats for elasticsearch 2x #437

wants to merge 2 commits into from

Conversation

mcortinas
Copy link

I just want add these cluster stats:

  • delayed_unassigned_shards
  • number_of_pending_tasks
  • number_of_in_flight_fetch

to elasticsearch collector.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.8%) to 58.41% when pulling 0bb988b on mcortinas:master into 0fda183 on python-diamond:master.

@shortdudey123
Copy link
Member

@mcortinas can you update the doc as well as add this to the tests?

Adding new cluster stats documentation
@mcortinas
Copy link
Author

Documentation updated

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.8%) to 58.41% when pulling 602f713 on mcortinas:master into 0fda183 on python-diamond:master.

stats | jvm | JVM information | int |
stats | thread_pool | Thread pool information|int |
stats | indices| Individual index stats| int |
stats | cluster | Cluster stats: nodes total, nodes data,shards active primary,shards active,shards relocating,shards unassigned,shards dealyed unassigned,fetch inflight and pending tasks | int |
Copy link
Member

Choose a reason for hiding this comment

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

Can you auto generate the doc instead of updating manually?
info should be added to the collector in get_default_config_help

@shortdudey123
Copy link
Member

Can you also update the tests? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants