You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/27 14:58:17 UTC

[solr] branch branch_9x updated: SOLR-16906: Correctly capture REPLICATION metrics in Prometheus config (#1809)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new ac3cb4085e0 SOLR-16906: Correctly capture REPLICATION metrics in Prometheus config (#1809)
ac3cb4085e0 is described below

commit ac3cb4085e0024c24eab3dc82edec941526a28ee
Author: Daisuke Aritomo <di...@gmail.com>
AuthorDate: Thu Jul 27 23:56:10 2023 +0900

    SOLR-16906: Correctly capture REPLICATION metrics in Prometheus config (#1809)
    
    (cherry picked from commit 9c7adc0d4236041239810edf7165d00b2d6b26ec)
---
 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 5cb81e67913..27a97f54c39 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -27,6 +27,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>