noblepaul commented on code in PR #972: URL: https://github.com/apache/solr/pull/972#discussion_r946327528
########## solr/core/src/test/org/apache/solr/metrics/SolrMetricsIntegrationTest.java: ########## @@ -216,4 +223,65 @@ public void testCoreContainerMetrics() { Gauge<?> g = (Gauge<?>) metrics.get("CONTAINER.fs.path"); assertEquals(g.getValue(), cc.getSolrHome()); } + + @Test + public void testZkMetrics() throws Exception { + System.setProperty("metricsEnabled", "true"); + MiniSolrCloudCluster cluster = + new MiniSolrCloudCluster.Builder(3, createTempDir()) + .withJettyConfig(jetty -> jetty.enableV2(true)) Review Comment: yes, this is enabled by default now -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org