igiguere commented on code in PR #4057: URL: https://github.com/apache/solr/pull/4057#discussion_r2729071966
########## solr/solr-ref-guide/modules/deployment-guide/pages/metrics-reporting.adoc: ########## @@ -256,26 +261,26 @@ The replica type to filter on. Valid values are NRT, TLOG, or PULL. This attribu Request only metrics from the `foobar` collection: [source,text] -http://localhost:8983/solr/admin/metrics?collection=foobar +http://localhost:8983/api/metrics?collection=foobar Review Comment: I added unit tests for some of these params, they appear to be supported. I added them to the method signature. -- 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]
