lucene/solr/contrib/prometheus-exporter
Atri Sharma 7b54902f68
SOLR-14588: Implement Circuit Breakers (#1606)
* SOLR-14588: Implement Circuit Breakers

This commit consists of two parts: initial circuit breakers infrastructure and real JVM memory based
circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error
if the defined threshold is breached, thus giving headroom to existing indexing and search requests
to complete.
2020-06-25 21:06:22 +05:30
..
bin SOLR-13773: Prometheus Exporter GC and Heap options (#887) 2019-09-18 13:31:53 -07:00
conf SOLR-12008: Settle a location for the log4j2.xml file 2018-07-11 20:57:38 -07:00
src SOLR-14588: Implement Circuit Breakers (#1606) 2020-06-25 21:06:22 +05:30
README.md SOLR-14429: Convert .txt files to properly formatted .md files (#1450) 2020-04-27 08:43:04 +09:00
build.gradle LUCENE-9321: Port markdown task to Gradle (#1477) 2020-05-17 14:46:26 +02:00
build.xml SOLR-11795: Add Solr metrics exporter for Prometheus 2018-03-05 15:36:32 +09:00
ivy.xml SOLR-7887: Log4J2 upgrade fixes 2018-03-26 11:32:03 -07:00

README.md

Welcome to Apache Solr Prometheus Exporter

Apache Solr Prometheus Exporter (solr-exporter) provides a way for you to expose metrics for Solr to Prometheus.

Getting Started With Solr Prometheus Exporter

For information on how to get started with solr-exporter please see:

Getting Started With Solr

For information on how to get started with solr please see:

How To Contribute

For information on how to contribute see: