Prasad P. Pawar created ATLAS-4451:
--------------------------------------
Summary: 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: 2.2.0, 3.0.0
Reporter: Prasad P. Pawar
Assignee: Prasad P. Pawar
Below mentioned poins 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)