lucene/solr/contrib/prometheus-exporter
Shalin Shekhar Mangar 6d0386c901 SOLR-13234: Fix for turkish locales
WhenSolrExporterIntegrationTest.jvmMetrics ran on a JVM with the Turkish locale, (test seed: 62880F3B9F140C89). The JVM metric for terminated thread-count has a dotless-i e.g. termınated.
This causes the check for matching metrics to fail.

We could normalize the text in this case, however I think it's better to ensure we have the correct total number of JVM thread metrics rather than looking at Prometheus labels which maybe localized.

This closes #605.
2019-03-14 11:10:49 +05:30
..
2019-03-14 11:10:49 +05:30
2018-03-26 11:32:03 -07:00

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