You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Fadi Mohsen (Jira)" <ji...@apache.org> on 2020/09/07 11:22:00 UTC

[jira] [Updated] (SOLR-14837) prometheus-exporter: different metrics ports publishes mixed metrics

     [ https://issues.apache.org/jira/browse/SOLR-14837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fadi Mohsen updated SOLR-14837:
-------------------------------
    Affects Version/s: 8.6.2

> prometheus-exporter: different metrics ports publishes mixed metrics
> --------------------------------------------------------------------
>
>                 Key: SOLR-14837
>                 URL: https://issues.apache.org/jira/browse/SOLR-14837
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 8.6.2
>            Reporter: Fadi Mohsen
>            Priority: Minor
>
> when calling SolrExporter.main "pro-grammatically"/"same JVM" with two different solr masters asking to publish the metrics on two different ports, the metrics are being mixed on both metric endpoints from the two solr masters.
> This was tracked down to a static variable called *defaultRegistry*:
> https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/SolrExporter.java#L86
> removing the static keyword fixes the issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org