You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/03/09 22:45:11 UTC

[GitHub] [solr] HoustonPutman commented on a change in pull request #657: SOLR-14401: Track distrib/shard metrics differently

HoustonPutman commented on a change in pull request #657:
URL: https://github.com/apache/solr/pull/657#discussion_r823157233



##########
File path: solr/prometheus-exporter/build.gradle
##########
@@ -61,6 +61,7 @@ task run(type: JavaExec) {
   main = project.ext.mainClass
   classpath = sourceSets.main.runtimeClasspath
   systemProperties = ["log4j.configurationFile":"file:conf/log4j2.xml"]
+  args = ["-f", "conf/solr-exporter-config.xml"]

Review comment:
       Ahh we could also add this to the classpath above like we do in the bin script.
   
   Though it's not something we need to do in this PR.




-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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