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: [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]