dsmiley commented on code in PR #2405: URL: https://github.com/apache/solr/pull/2405#discussion_r1607338383
########## solr/core/src/java/org/apache/solr/core/SolrCore.java: ########## @@ -3032,6 +3034,7 @@ public PluginBag<QueryResponseWriter> getResponseWriters() { m.put("csv", new CSVResponseWriter()); m.put("schema.xml", new SchemaXmlResponseWriter()); m.put("smile", new SmileResponseWriter()); + m.put(PROMETHEUS_METRICS_WT, new PrometheusResponseWriter()); Review Comment: This is so special-purpose that I think it doesn't belong here. Can we get away with not registering it? -- 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