lucene/solr/contrib/prometheus-exporter
Chris Hostetter 7e57d3a9d9 SOLR-13574: Fix many test and test-framework classes to not fail on After/AfterClass cleanup if assumptions fail in Before/BeforeClass setup 2019-06-27 10:28:06 -07:00
..
bin SOLR-13392: Add all solr dependencies to prometheus exporter classpath to make sure that it can start. 2019-04-22 12:18:56 +05:30
conf SOLR-12008: Settle a location for the log4j2.xml file 2018-07-11 20:57:38 -07:00
src SOLR-13574: Fix many test and test-framework classes to not fail on After/AfterClass cleanup if assumptions fail in Before/BeforeClass setup 2019-06-27 10:28:06 -07: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