PromQL 中的 MetricQL 函数

MetricQL function inside the PromQL

我正在使用来自 here and it is using a function called topk_max 的仪表板,我发现它来自 MeticQL。但是我用的是prometheus。

有什么方法可以复制 PromQL 中的函数吗?

我认为您正在搜索“topk”聚合运算符。

有关 Prometheus 文档的更多信息 here