def __init__(self):
self.metrics = PersistentList()
from .builtin_metrics import ArchiveCount, TotalData, BackupsToday
self.metrics.append(ArchiveCount())
self.metrics.append(TotalData())
self.metrics.append(BackupsToday())
transaction.get().note('web: added default metrics')
transaction.commit()
评论列表
文章目录