lucene/solr/contrib/prometheus-exporter
Shalin Shekhar Mangar 4571a2d666 SOLR-13392: Add all solr dependencies to prometheus exporter classpath to make sure that it can start.
SOLR-13234 broke prometheus exporter startup from the startup scripts because there was a mismatch between the dependency list in ant/ivy and those actually added to the classpath by the script. This commit changes the script to add all solr dependencies to the classpath.
2019-04-22 12:18:56 +05:30
..
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-13234: Fix for turkish locales 2019-03-14 11:10:49 +05:30
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