igiguere commented on code in PR #4057: URL: https://github.com/apache/solr/pull/4057#discussion_r2729066608
########## solr/solr-ref-guide/modules/deployment-guide/pages/metrics-reporting.adoc: ########## @@ -132,7 +132,12 @@ Metrics collection for index merges can be configured in the `<metrics>` section == Metrics API -The `/admin/metrics` endpoint natively provides access to all metrics in Prometheus format by default. You can also specify `wt=prometheus` as a parameter for Prometheus format or `wt=openmetrics` for OpenMetrics format. More information on the data models is provided in the sections below. +The `/metrics` endpoint natively provides access to all metrics in Prometheus format by default. You can also specify `wt=prometheus` as a parameter for Prometheus format or `wt=openmetrics` for OpenMetrics format. More information on the data models is provided in the sections below. + +[NOTE] +==== +The V1 `/admin/metrics` endpoint is deprecated and will be removed in a future version. Review Comment: I changed the note: it says that the 2 paths are V1, V2 equivalents, and examples on the page show V2 only. -- 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]
