prometheus-solr-exporter
prometheus-solr-exporter copied to clipboard
Supporting SolrCloud mode with core and shard status
I love this prometheus exporter so much! It works very very great for me.
By the way, I running SolrCloud mode but I cannot find a way to looks for shard healthy status, which node up/down/recovering/etc.
Can you support this metric?
Thank you so much.
Hi, thanks, I will look if i can implement this. It seems that there is an api for solr > 6.6 versions : https://lucene.apache.org/solr/guide/6_6/collections-api.html#CollectionsAPI-Examples.15