This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 9c7adc0d423 SOLR-16906: Correctly capture REPLICATION metrics in
Prometheus config (#1809)
9c7adc0d423 is described below
commit 9c7adc0d4236041239810edf7165d00b2d6b26ec
Author: Daisuke Aritomo <[email protected]>
AuthorDate: Thu Jul 27 23:56:10 2023 +0900
SOLR-16906: Correctly capture REPLICATION metrics in Prometheus config
(#1809)
---
solr/CHANGES.txt | 2 ++
solr/prometheus-exporter/conf/solr-exporter-config.xml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 59c93f5e1df..cf2de4153fb 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -81,6 +81,8 @@ Bug Fixes
* SOLR-16889: Rate Limiter should stop processing on 429 (Alex Deparvu, David
Smiley)
+* SOLR-16906: Correctly capture REPLICATION metrics in Prometheus config
(Daisuke Aritomo via Houston Putman)
+
Dependency Upgrades
---------------------
(No changes)
diff --git a/solr/prometheus-exporter/conf/solr-exporter-config.xml
b/solr/prometheus-exporter/conf/solr-exporter-config.xml
index a03e79ec134..275ab46f4f1 100644
--- a/solr/prometheus-exporter/conf/solr-exporter-config.xml
+++ b/solr/prometheus-exporter/conf/solr-exporter-config.xml
@@ -278,7 +278,7 @@
<str name="expr">solr\.core\..*:CORE\.fs\..*</str>
<str name="expr">solr\.core\..*:HIGHLIGHTER\..*</str>
<str name="expr">solr\.core\..*:INDEX\..*</str>
- <str name="expr">solr\.core\..*:REPLICATION\.replication\..*</str>
+ <str name="expr">solr\.core\..*:REPLICATION\./replication\..*</str>
<str name="expr">solr\.core\..*:SEARCHER\.searcher\..*</str>
</lst>
</lst>