lucene/solr/contrib/prometheus-exporter
David Smiley 021de9f45f
SOLR-14915: Prometheus-exporter should not depend on Solr-core (#1972)
* Reduced dependencies from Solr server down to just SolrJ.  Don't add WEB-INF/lib.
* Was missing some dependencies in lib/; now has all except SolrJ & logging.
* Can run via gradle, "gradlew run"
* Has own log4j2.xml now

Has own CHANGES.md now.
2020-11-27 15:08:33 -05:00
..
bin SOLR-14915: Prometheus-exporter should not depend on Solr-core (#1972) 2020-11-27 15:08:33 -05:00
conf SOLR-14915: Prometheus-exporter should not depend on Solr-core (#1972) 2020-11-27 15:08:33 -05:00
src SOLR-14915: Prometheus-exporter should not depend on Solr-core (#1972) 2020-11-27 15:08:33 -05:00
CHANGES.md SOLR-14915: Prometheus-exporter should not depend on Solr-core (#1972) 2020-11-27 15:08:33 -05:00
README.md SOLR-14429: Convert .txt files to properly formatted .md files (#1450) 2020-04-27 08:43:04 +09:00
build.gradle SOLR-14915: Prometheus-exporter should not depend on Solr-core (#1972) 2020-11-27 15:08:33 -05: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: