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

[elasticsearch] Add / remove metrics for 2.x #2186

Closed
bdharrington7 opened this issue Jan 6, 2016 · 2 comments
Closed

[elasticsearch] Add / remove metrics for 2.x #2186

bdharrington7 opened this issue Jan 6, 2016 · 2 comments

Comments

@bdharrington7
Copy link
Contributor

This would involve logic for not adding certain stats if the version of Elasticsearch is >= 2.x.x

A (probably not exhaustive) list of stats changes can be found here: https://www.elastic.co/guide/en/elasticsearch/reference/2.0/breaking_20_stats_info_and_literal_cat_literal_changes.html

@olivielpeau
Copy link
Member

Thanks for opening the issue @bdharrington7.

After a quick look it seems that the fs.*.disk* are the only affected metrics that are currently fetched by the check, i.e.:

elasticsearch.fs.total.disk_reads
elasticsearch.fs.total.disk_writes
elasticsearch.fs.total.disk_io_op
elasticsearch.fs.total.disk_read_size_in_bytes
elasticsearch.fs.total.disk_write_size_in_bytes
elasticsearch.fs.total.disk_io_size_in_bytes

Do you have info/experience on metrics that have been added in elasticsearch 2.0+ ?

@bdharrington7
Copy link
Contributor Author

I haven't played with it, I just opened this issue as more of a bookmark / reminder :)

-Brian

On Jan 6, 2016, at 4:29 PM, Olivier Vielpeau notifications@github.com wrote:

Thanks for opening the issue @bdharrington7.

After a quick look it seems that the fs..disk are the only affected metrics that are currently fetched by the check, i.e.:

elasticsearch.fs.total.disk_reads
elasticsearch.fs.total.disk_writes
elasticsearch.fs.total.disk_io_op
elasticsearch.fs.total.disk_read_size_in_bytes
elasticsearch.fs.total.disk_write_size_in_bytes
elasticsearch.fs.total.disk_io_size_in_bytes
Do you have info/experience on metrics that have been added in elasticsearch 2.0+ ?


Reply to this email directly or view it on GitHub.

@bdharrington7 bdharrington7 changed the title Add metrics for elasticsearch 2.x [elasticsearch] Add / remove metrics for 2.x Jan 27, 2016
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

No branches or pull requests

2 participants