【发布时间】:2017-07-19 13:41:21
【问题描述】:
Graphite 中的 Grafana 指标如下所示:
在 Graphite 中,在 storage-aggregation.conf 中配置存储聚合,在该文件中配置 p25、p75、p90、p99 和 std 的规则是什么?
【问题讨论】:
Graphite 中的 Grafana 指标如下所示:
在 Graphite 中,在 storage-aggregation.conf 中配置存储聚合,在该文件中配置 p25、p75、p90、p99 和 std 的规则是什么?
【问题讨论】:
由于这些值已经是百分位数,因此没有一个明智的选择来随着时间的推移聚合它们。为了绘制图表,最糟糕的选择是使用标准的平均聚合函数。
https://math.stackexchange.com/questions/423535/way-to-aggregated-percentiles
【讨论】: