mlbiscoc opened a new pull request, #3713: URL: https://github.com/apache/solr/pull/3713
https://issues.apache.org/jira/browse/SOLR-17880 SolrClientNodeStateProvider and NodeValueFetcher had hardcoded sets of metrics that it requested from /admin/metrics. It retrieved metrics and system properties from the same endpoint. Since OTEL no longer has system properties on the, this needs to make 2 calls and combine the results from /admin/metrics for metrics and /admin/info/properties for system properties. Some metrics are no longer available like 1 or 5 minute request rates. Also tried to clean up code. -- 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]
