-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Feature request: Additional ElasticSearch Cluster Health Stats #2779
Labels
Milestone
Comments
We should fix #2711 first. |
dupondje
pushed a commit
to dupondje/telegraf
that referenced
this issue
Jun 18, 2019
The metric number_of_in_flight_fetch was not used in the cluster health. Add it and sort the fields like they are printed by ElasticSearch. Closes: influxdata#2779
This is merged. Issue can be closed! |
But I was having so much fun bumping the milestone! Closed in #4167 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Proposal:
Due to some issues we're seeing, I was hoping to create some graphs for the number_of_pending_tasks and task_max_waiting_in_queue_millis metrics from the /_cluster/health endpoint, but I don't see these in Telegraf.
Current behavior:
These, and at least one other metric, do not exist.
Desired behavior:
Telegraf should report all values that are reported by the /_cluster/health endpoint in ElasticSearch.
Use case: [Why is this important (helps with prioritizing requests)]
This can be used to help diagnose issues with the cluster as well as show trends over time. Compared with other metrics that are being collected, we can attempt to, for example, narrow down the cause of the pending tasks by comparing to system load.
The text was updated successfully, but these errors were encountered: