lucene/solr/contrib/prometheus-exporter/src
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
..
java SOLR-13234: Prometheus Metric Exporter not threadsafe. 2019-03-04 11:02:47 +05:30
test/org/apache/solr/prometheus SOLR-13234: Fix for turkish locales 2019-03-14 11:10:49 +05:30
test-files SOLR-13234: Prometheus Metric Exporter not threadsafe. 2019-03-04 11:02:47 +05:30