mlbiscoc commented on code in PR #3413:
URL: https://github.com/apache/solr/pull/3413#discussion_r2376531306
##########
solr/core/src/java/org/apache/solr/core/CoreContainer.java:
##########
@@ -1447,6 +1447,9 @@ public void shutdown() {
SolrMetricManager.getRegistryName(SolrInfoBean.Group.jvm),
metricTag);
metricManager.unregisterGauges(
SolrMetricManager.getRegistryName(SolrInfoBean.Group.jetty),
metricTag);
+
+ // Close all OTEL meter providers and metrics
+ metricManager.closeAllRegistries();
Review Comment:
Added this to close all the registries on core container shutdown.
--
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]