Closed shoggeh closed 9 years ago
Hi,
I believe this collector would benefit a lot from adding some more per-node metrics. Would it be possible to add some of them under instance section?
i.e.from _nodes/_local/stats:
indices.indexing.index_total indices.indexing.index_time_in_millis indices.search.index_total indices.search.index_time_in_millis store.size_in_bytes store.throttle_time_in_millis
You're already gathering them per-index, but per-node info is missing. Personally I found them very useful in debugging, while using some ES plugins like paramedic.
Closing in favour of https://github.com/python-diamond/Diamond/issues/304
Hi,
I believe this collector would benefit a lot from adding some more per-node metrics. Would it be possible to add some of them under instance section?
i.e.from _nodes/_local/stats:
indices.indexing.index_total indices.indexing.index_time_in_millis indices.search.index_total indices.search.index_time_in_millis store.size_in_bytes store.throttle_time_in_millis
You're already gathering them per-index, but per-node info is missing. Personally I found them very useful in debugging, while using some ES plugins like paramedic.