Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个每秒递增一次的字节计数器指标。如果我绘制它,我将得到一个单调递增的图。Y 轴标记为“字节”。
我想绘制我的计数器的变化率,所以我点击“Rate”复选框。比率是每单位时间的变化,但那个单位是什么?Y轴应该有什么标签?
Rate 特性是一个 OpenTSDB 查询特性。根据OpenTSDB 文档
比率是值的一阶导数。它被定义为 (v2 - v1) / (t2 - t1)。因此,您将获得每秒的变化率。目前毫秒值之间的变化率默认为每秒计算。