dsmiley commented on PR #3835: URL: https://github.com/apache/solr/pull/3835#issuecomment-3499162976
BTW about disabling metrics... there are some basic/essential metrics that SolrCloud core placement uses (your friend AttributeFetcher etc.) at a node level, like core count, disk space. That needn't be addressed in this PR if you don't want, but _ultimately_ we'd like to disable/configure metrics categorically by registry IMO. Like just need the "node" metrics; not JVM or cores. I wish both metrics and tracing could be configured like java loggers can -- via a named hierarchy and at a "level". It'd be a hack but I could imagine abusing log4j2 config for metrics & tracing enable/disable. -- 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]
