You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Zhao, Qingwen (JIRA)" <ji...@apache.org> on 2017/06/04 08:07:04 UTC

[jira] [Created] (EAGLE-1031) add intervalMin setting in the metric preview page

Zhao, Qingwen created EAGLE-1031:
------------------------------------

             Summary: add intervalMin setting in the metric preview page 
                 Key: EAGLE-1031
                 URL: https://issues.apache.org/jira/browse/EAGLE-1031
             Project: Eagle
          Issue Type: Improvement
    Affects Versions: v0.5.0
            Reporter: Zhao, Qingwen
            Assignee: Zhao, Qingwen


By default, the intervalMin is calculated by 
{code}
intervalMin = 5min,  |queryEndTime - queryStartTime|  <= 6h 
                     15min,  |queryEndTime - queryStartTime|  <= 24h
                     30min, |queryEndTime - queryStartTime| <= 7d
                     60min, |queryEndTime - queryStartTime| <= 14d
                     1day, |queryEndTime - queryStartTime| > 14d
{code}

In some cases, users want to view metric in minute level. Eagle should support to customize this parameter. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)