Description
Default XML output for /admin/metrics looks correct, but when &wt=json is used the output looks wrong:
... "metrics": [ "solr.jetty", [ "org.eclipse.jetty.server.handler.DefaultHandler.1xx-responses", [ "count", 0, "meanRate", 0, "1minRate", 0, "5minRate", 0, "15minRate", 0 ], "org.eclipse.jetty.server.handler.DefaultHandler.2xx-responses", [ "count", 6, "meanRate", 0.6655558669400584, "1minRate", 1.2, "5minRate", 1.2, "15minRate", 1.2 ], ...
Attachments
Attachments
Issue Links
- relates to
-
SOLR-10416 MetricsHandler JSON output still incorrect
- Closed