-
Notifications
You must be signed in to change notification settings - Fork 813
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
[elasticsearch] Get information about pending_tasks
#1507
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Great, thanks @bjarocki. Let's aim it for the 5.4 agent release ! |
yannmh
changed the title
Get information about Elasticsearch pending_tasks
[elastic] Get information about Elasticsearch pending_tasks
Apr 3, 2015
yannmh
changed the title
[elastic] Get information about Elasticsearch pending_tasks
[elasticsearch] Get information about Elasticsearch pending_tasks
Apr 3, 2015
yannmh
changed the title
[elasticsearch] Get information about Elasticsearch pending_tasks
[elasticsearch] Get information about Apr 3, 2015
pending_tasks
LeoCavaille
force-pushed
the
bjarocki/elasticsearch-pending_tasks
branch
2 times, most recently
from
May 14, 2015 22:41
f95b55d
to
d664196
Compare
Adding new elasticsearch metrics [X] pending_task_total - total number of pending tasks [X] pending_tasks_priority_high - number of high priority pending tasks [X] pending_tasks_priority_urgent - number of urgent priority pending tasks
`NODES_URL` does not exist anymore thus adjust the code to use the new structures, although this code should not be used anymore as it's an end-of-life version of elasticsearch. Also removed a useless case in the elasticsearch testsuite
LeoCavaille
force-pushed
the
bjarocki/elasticsearch-pending_tasks
branch
from
May 15, 2015 15:40
d664196
to
bc3bc2c
Compare
degemer
added a commit
that referenced
this pull request
Jun 26, 2015
In order to do this: - `elastic`: add tests for new metrics from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jun 26, 2015
In order to do this: - `elastic`: add tests for new metrics from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jun 26, 2015
In order to do this: - `elastic`: add tests for new metrics from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jun 29, 2015
In order to do this: - `elastic`: add tests for new metrics and sc from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jun 29, 2015
In order to do this: - `elastic`: add tests for new metrics and sc from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jul 9, 2015
In order to do this: - `elastic`: add tests for new metrics and sc from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jul 9, 2015
In order to do this: - `elastic`: add tests for new metrics and sc from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jul 9, 2015
In order to do this: - `elastic`: add tests for new metrics and sc from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
degemer
added a commit
that referenced
this pull request
Jul 9, 2015
In order to do this: - `elastic`: add tests for new metrics and sc from #1507 - `http_check`: add a missing service check test (`http.can_connect` is also collected when testing `http.ssl_cert`) - `disk`: 100% coverage for the 5.4.2 check (full compatibility with old check) - `lighttpd`: add two missing metrics for 100% coverage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding new elasticsearch metrics