brickpattern commented on issue #620: URL: https://github.com/apache/solr-operator/issues/620#issuecomment-1716185832
Add-on information ... From within the Solr Prometheus Exporter pod and from within the Solr-SolrCloud-0 pod , able to hit http://solr-solrcloud-0.solr:80/solr/admin/metrics . So it connectivity is thru. Only the endpoint here seems to be the issue. eg. ``` solr@solr-prom-exporter-solr-metrics-5547f945c8-6vx67:/tmp$ curl http://solr-solrcloud-0.solr/solr/admin <p> Searching for Solr?<br/> You must type the correct path.<br/> Solr will respond. </p> solr@solr-prom-exporter-solr-metrics-5547f945c8-6vx67:/tmp$ curl http://solr-solrcloud-0.solr/solr/admin/metrics { "responseHeader":{ "status":0, "QTime":8}, "metrics":{ "solr.jetty":{ "org.eclipse.jetty.server.handler.DefaultHandler.1xx-responses":{ "count":0, "meanRate":0.0, "1minRate":0.0, "5minRate":0.0, "15minRate":0.0}, "org.eclipse.jetty.server.handler.DefaultHandler.2xx-responses":{ "count":183632, "meanRate":0.16544911773059542, ... ``` -- 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]
