mlbiscoc opened a new pull request, #3607: URL: https://github.com/apache/solr/pull/3607
https://issues.apache.org/jira/browse/SOLR-17806 Migrate Overseer and block cache metrics. Block cache doesn't seem to be used at the moment since the removal of HDFS module but still migrated it in case this ever does get used. Overseer metrics ``` # HELP solr_overseer_collection_work_queue_size Size of overseer's collection work queue # TYPE solr_overseer_collection_work_queue_size gauge solr_overseer_collection_work_queue_size{category="OVERSEER",otel_scope_name="org.apache.solr"} 0.0 # HELP solr_overseer_state_update_queue_size Size of overseer's update queue # TYPE solr_overseer_state_update_queue_size gauge solr_overseer_state_update_queue_size{category="OVERSEER",otel_scope_name="org.apache.solr"} 0.0 ``` -- 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]
