HICC graph should handle single series or multiple series more gracefully
-------------------------------------------------------------------------
Key: CHUKWA-544
URL: https://issues.apache.org/jira/browse/CHUKWA-544
Project: Chukwa
Issue Type: Improvement
Components: User Interface
Reporter: Eric Yang
Assignee: Eric Yang
Attachments: CHUKWA-544.patch
The metrics rest api would return 2 different kind of JSON output. When there
is only one series, the value is returned in
{ ... }
When there are multiple series, the value returned are in an array, like:
[ { ... }, { ... }]
In javascript layer, it should be able to handle both output more gracefully.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.