You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2015/05/12 16:23:01 UTC

[jira] [Updated] (AMBARI-11064) Widgets: Graph change API calls to use null padding rather than zero padding (graphs are misleading for recent data points as they are shown as zero when there's no data)

     [ https://issues.apache.org/jira/browse/AMBARI-11064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrii Tkach updated AMBARI-11064:
----------------------------------
    Attachment: AMBARI-11064.patch

> Widgets: Graph change API calls to use null padding rather than zero padding (graphs are misleading for recent data points as they are shown as zero when there's no data)
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-11064
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11064
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-web
>    Affects Versions: 2.1.0
>            Reporter: Andrii Tkach
>            Assignee: Andrii Tkach
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11064.patch
>
>
> Ambari Metrics API have recently changed to automatically pad missing data with zeros.
> However, this creates strange user experience where more recent data, if the metrics collection is somehow lagging, to drop off to zero. This is misleading.
> We should convert the API calls to use null padding and make sure to not show any data in case of null (rather than zero).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)