Configuration of the round-robin archive
Example #1
0
 public TimeSpan GetRRATimeSpan(RRAConfig cfg)
 {
     return TimeSpan.FromSeconds(this.BaseInterval * cfg.AggregateSteps * cfg.StoredRows);
 }
Example #2
0
 public int GetRRAConsolidationPeriodSecs(RRAConfig cfg)
 {
     return this.BaseInterval * cfg.AggregateSteps;
 }