You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/13 19:31:41 UTC

[jira] [Commented] (SOLR-10269) MetricsHandler JSON output incorrect

    [ https://issues.apache.org/jira/browse/SOLR-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922802#comment-15922802 ] 

ASF subversion and git services commented on SOLR-10269:
--------------------------------------------------------

Commit e3a0b428fd7dd8747a6b48ef165300ebb23b3198 in lucene-solr's branch refs/heads/master from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e3a0b42 ]

SOLR-10269 MetricHandler JSON output was incorrect.


> MetricsHandler JSON output incorrect
> ------------------------------------
>
>                 Key: SOLR-10269
>                 URL: https://issues.apache.org/jira/browse/SOLR-10269
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: metrics
>    Affects Versions: 6.4.1, 6.5, master (7.0), 6.4.2
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>             Fix For: 6.5, master (7.0)
>
>         Attachments: SOLR-10269.patch
>
>
> Default XML output for {{/admin/metrics}} looks correct, but when {{&wt=json}} is used the output looks wrong:
> {code}
> ...
>   "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
>       ],
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org