malliaridis commented on code in PR #2794:
URL: https://github.com/apache/solr/pull/2794#discussion_r1816622405


##########
solr/prometheus-exporter/src/java/org/apache/solr/prometheus/scraper/SolrScraper.java:
##########
@@ -184,7 +184,7 @@ protected MetricSamples request(SolrClient client, 
MetricsQuery query) throws IO
             labelValues.add(zkHostLabelValue);
           }
 
-          // Add the unique cluster ID, either as specified on cmdline -i or 
baseUrl/zkHost
+          // Add the unique cluster ID, either as specified on cmdline 
--cluster-id or baseUrl/zkHost

Review Comment:
   ```suggestion
             // Add the unique cluster ID, either as specified on cmdline 
--cluster-id or
             // baseUrl/zkHost
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to