lucene/solr/contrib/prometheus-exporter
Robert Muir 165529767b SOLR-14000: clean up more static field leaks in tests
On windows, these objects can't be inspected due to security restrictions. So the test runner fails the tests since it does not know how big the leak is.
2019-12-03 18:51:00 -05:00
..
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-14000: clean up more static field leaks in tests 2019-12-03 18:51:00 -05:00
README.txt SOLR-11795: use README.txt rather than .md and add description for default values 2018-03-06 17:14:15 +09: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.txt

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:
 * [Solr Reference Guide's section on Monitoring Solr with Prometheus and Grafana](https://lucene.apache.org/solr/guide/monitoring-solr-with-prometheus-and-grafana.html)

# Getting Started With Solr

For information on how to get started with solr please see:
 * [solr/README.txt](../../README.txt)
 * [Solr Tutorial](https://lucene.apache.org/solr/guide/solr-tutorial.html)

# How To Contribute

For information on how to contribute see:
 * http://wiki.apache.org/lucene-java/HowToContribute
 * http://wiki.apache.org/solr/HowToContribute