dsmiley commented on code in PR #3458:
URL: https://github.com/apache/solr/pull/3458#discussion_r2279139483


##########
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/NodesSysPropsCacher.java:
##########
@@ -74,6 +74,9 @@ public Map<String, Object> getSysProps(String nodeName, 
Collection<String> tags)
     return result;
   }
 
+  // NOCOMMIT: These properties were fetched from the /admin/metrics endpoint. 
These properties were
+  // stored as strings instead of numeric values. This is not possible in OTEL 
metrics. Need to
+  // revisit this later.
   private Map<String, Object> fetchProps(String nodeName, Collection<String> 
tags) {

Review Comment:
   Please insert this recommendation into the TODO comment, then we move on.



-- 
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]

Reply via email to