gpt4 book ai didi

grafana - 如何在 Prometheus 或 Grafana 上编写 "or"逻辑运算符

转载 作者:行者123 更新时间:2023-12-04 05:28:57 76 4
gpt4 key购买 nike

我需要编写一个使用我定义的任何不同作业的查询。

{job="traefik" OR job="cadvisor" OR job="prometheus"}

是否可以编写逻辑二元运算符?

最佳答案

普罗米修斯有一个 or逻辑二元运算符,但你在这里问的是向量选择器。

您可以为此使用正则表达式 {job=~"traefik|cadvisor|prometheus"} ,然而,你想要这样做是一种气味。

关于grafana - 如何在 Prometheus 或 Grafana 上编写 "or"逻辑运算符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43134060/

76 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com