lucene/solr/contrib/prometheus-exporter
David Smiley c3887b351e SOLR-12586: Change ParseDateFieldUpdateProcessorFactory to use java.time.DateTimeFormatter, not Joda Time.
Note: slightly different pattern language!
Remove Joda Time.
Closes #428
2018-08-07 11:51:16 -04:00
..
bin SOLR-12008: Settle a location for the log4j2.xml file 2018-07-11 20:57:38 -07:00
conf SOLR-12008: Settle a location for the log4j2.xml file 2018-07-11 20:57:38 -07:00
src SOLR-12586: Change ParseDateFieldUpdateProcessorFactory to use java.time.DateTimeFormatter, not Joda Time. 2018-08-07 11:51:16 -04: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