和带有相同标签的两个指标上的运算符-promql

时间:2020-09-06 15:42:57

标签: prometheus promql

在普罗米修斯,我有两个类似的指标:
metricA:

metrica{label1="value1",aa="aa",bb="bb"}

metricB:

metricb{label1="value1",cc="cc",dd="dd"}

我要and这两个指标,但是每次它显示无数据时。
我该如何and只需一个标签就可以import plotly import dash import dash_core_components as dcc <<<<<<<<<<<<< error here: Exception has occurred:SystemExit 1 File "..../test.py, line 3, in <module> import dash_core_components as dcc File "..../test.py, line 2, in <module> import dash

1 个答案:

答案 0 :(得分:0)

我在此doc中找到了答案
所以解决方案是:

metrica and on(label1) metrib