Graphite不显示旧的统计数据

时间:2017-05-04 16:39:01

标签: graphite whisper

我们使用Graphite存储有关我们网站的统计信息。当我们想要查看过去24小时和7天的数据时,一切正常。当我们试图查看上个月的数据时,Graphite没有显示任何数据。

我们每隔5分钟收集一个指标的数据,每小时收集一次其他指标的数据。

当我使用GUI这个"查询"工作原理:

if (!window.console) {
console = {
    assert: () => { },
    clear: () => { },
    count: () => { },
    debug: () => { },
    dir: () => { },
    dirxml: () => { },
    error: () => { },
    group: () => { },
    groupCollapsed: () => { },
    groupEnd: () => { },
    info: () => { },
    log: () => { },
    msIsIndependentlyComposed: (e: Element) => false,
    profile: () => { },
    profileEnd: () => { },
    select: () => { },
    time: () => { },
    timeEnd: () => { },
    trace: () => { },
    warn: () => { },
    }
};

这个没有返回任何数据

width=1188&height=580&target=identifierXYP.value&lineMode=connected&from=-8days

唯一改变的是"来自"部分。

我已经跑了

width=1188&height=580&target=identifierXYP.value&lineMode=connected&from=-9days

但它没有帮助。

whisper-info.py value.wsp输出:

find ./ -type f -name '*.wsp' -exec whisper-resize.py --nobackup {} 5m:365d \;

0 个答案:

没有答案
相关问题