You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/12/02 18:13:00 UTC

[jira] [Commented] (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=17452542#comment-17452542 ] 

ASF subversion and git services commented on ATLAS-4451:
--------------------------------------------------------

Commit ee0d37b03e3844c33449dfef18f6fff26ca125e2 in atlas's branch refs/heads/branch-2.0 from prasad pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=ee0d37b ]

ATLAS-4451:UI: #2 Chart representation of Metrics data on Statistics dialog box

Signed-off-by: Sarath Subramanian <sa...@apache.org>
(cherry picked from commit bc2e13cd119663f3e827fb05e4a5d5d25026b411)


> 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-4451-UI-1-Chart-representation-of-Metrics-data.patch, 0001-ATLAS-4451-UI-2-Chart-representation-of-Metrics-data.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.20.1#820001)