You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Prasad P. Pawar (Jira)" <ji...@apache.org> on 2021/10/22 13:39:00 UTC

[jira] [Comment Edited] (ATLAS-4451) UI: Chart representation of Metrics data on Statistics dialog box

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

Prasad P. Pawar edited comment on ATLAS-4451 at 10/22/21, 1:38 PM:
-------------------------------------------------------------------

Hi,
 The uploaded patch has this improvement. (Statistics dialog box).
 Page layout view will be provided in the 2nd patch.


was (Author: prasadpp13):
Hi,
The uploaded patch has this improvement. (Statistics popup).
Page layout view will be provided in the 2nd patch

> UI: Chart representation of Metrics data on Statistics dialog box 
> ------------------------------------------------------------------
>
>                 Key: ATLAS-4451
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4451
>             Project: Atlas
>          Issue Type: Improvement
>    Affects Versions: 3.0.0, 2.2.0
>            Reporter: Prasad P. Pawar
>            Assignee: Prasad P. Pawar
>            Priority: Major
>              Labels: Atlas-UI
>         Attachments: 0001-ATLAS-4455-UI-1-New-UI-Dropdown-and-pop-over-menus-o.patch
>
>
> Below mentioned points need to be added on the Statistics dialog box.
> 1) Dropdown List
>  A Dropdown list will be shown at the upper right corner of the Entities panel.
> When the dropdown list is selected, the GetAll() API will be called, and a list of readable timestamps (Date & Time) of the MetricsStatMin will be shown.
> When a specific timestamp (Date & Time) is selected, the GetMetrics() API will be called, and return one MetricsStat with detailed information matching the selected timestamp, this data should be shown on the Statistics dialog box.
> 2) Trending Chart inside Entity (Stacked Area Chart) [Stacked Area Chart Link|https://nvd3.org/examples/stackedArea.html]
>  For users, the specific typeName is selectable. It has a green shade in the UI, to indicate this typeName is selected. Its default value is “hive_table”. 
>  The chart shows “hive_table” by default. Users can select the other typeName, then the panel and the chart will be refreshed.
> The past period of time frame is selectable (1 day, 7 days, 14 days, 30 days). Its default value is 7 days. The endTime is Now. 
> Currently, there are 3 categories of counting information: Active, Deleted, Shell. Their trending counts are different.  This data can be represented on the Stacked Area Chart.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)