
SOLR Metrics Cheatsheet
Cheatsheet for SOLR Metrics
Introduction This is a quick cheat sheet from Sematext’s SOLR Metric’s Cheatsheet
Solr Metrics API Retrieving all Metrics
Get all metrics:
localhost:8983/solr/admin/metrics
Retrieving Metrics for Specific Group
Metrics for a group (groups: solr.jvm, solr.node, solr.jetty, solr.core.<collection_name>):
localhost:8983/solr/admin/metrics?group=solr.jvm
Retrieving Metrics in JSON
Default is XML. For JSON:
localhost:8983/solr/admin/metrics?wt=json
localhost:8983/solr/admin/metrics?wt=json&indent=true
Jetty Metrics Number of Requests with Given Response Status
Check the number of requests with the given HTTP status, useful when checking for number of errors and successful requests: