从平均响应时间产生标量?

时间:2018-12-15 06:21:04

标签: grafana graphite

给出以下时间序列:

if (($_SESSION['logout_msg'] != '') && (isset($_SESSION['logout_msg']))
{
    echo $_SESSION['logout_msg'];
}

它输出:

enter image description here

我的理解是,它代表groupByNode(com.service.*.client.time.by-endpoint.FooEndpoint.mean, 6, 'avg') 的汇总平均响应时间的平均值。

我想根据该图生成一个标量,即显示的时间范围内的平均响应时间。

我想使用:

FooEndpoint

但是我看到了https://math.stackexchange.com/questions/95909/why-is-an-average-of-an-average-usually-incorrect

因此,给定以上图表,即smartSummarize(groupByNode(com.service.*.client.time.by-endpoint.FooEndpoint.mean, 6, 'avg') , '1week', 'avg' ) 的平均平均响应时间的平均值,如何在Graphite中计算该时间范围内的平均响应时间,即标量? / p>

0 个答案:

没有答案