You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/09/12 08:01:04 UTC

[GitHub] wu-sheng opened a new pull request #1664: Support time bucket transfer for all indicators.

wu-sheng opened a new pull request #1664: Support time bucket transfer for all indicators.
URL: https://github.com/apache/incubator-skywalking/pull/1664
 
 
   I adjusted the OAL tool to regenerate all indicators, also change the manual indicators and test mockers. 
   
   In the parent class, I added the following methods
   ```
       public abstract Indicator toHour();
   
       public abstract Indicator toDay();
   
       public abstract Indicator toMonth();
   ```
   
   By using this, indicator can be transferred to another new indicator in hour/day/month dimensionalities.
   
   The high-level dimensionality timer can aggregate indicators in minutes, and save these.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services