You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/02 17:20:51 UTC

[jira] [Commented] (METRON-684) Decouple Timestamp calculation from PROFILE_GET

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

ASF GitHub Bot commented on METRON-684:
---------------------------------------

GitHub user cestella opened a pull request:

    https://github.com/apache/incubator-metron/pull/435

    METRON-684: Decouple Timestamp calculation from PROFILE_GET

    Currently `PROFILE_GET` only supports a static lookback of a fixed duration. As we have more complicated, potentially sparse, lookbacks (e.g. the same time slice every tuesday for a month), it would be nice to decouple the construction of timestamps from `PROFILE_GET` into its own set of functions.
    
    The decoupling plus the default timestamp function is provided here, which is a fixed window starting from now.  This is implemented as `PROFILE_FIXED`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cestella/incubator-metron METRON-684

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-metron/pull/435.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #435
    
----
commit 6d6b0385a23fb2b8512e6cb85425425e73159be1
Author: cstella <ce...@gmail.com>
Date:   2017-02-02T17:17:57Z

    METRON-684: Decouple Timestamp calculation from PROFILE_GET

----


> Decouple Timestamp calculation from PROFILE_GET
> -----------------------------------------------
>
>                 Key: METRON-684
>                 URL: https://issues.apache.org/jira/browse/METRON-684
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Casey Stella
>            Assignee: Casey Stella
>
> Currently PROFILE_GET only supports a static lookback of a fixed duration.  As we have more complicated, potentially sparse, lookbacks (e.g. the same time slice every tuesday for a month), it would be nice to decouple the construction of timestamps from PROFILE_GET into its own set of functions.



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