在普罗米修斯,我有两个类似的指标:
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