【发布时间】:2018-03-04 16:37:04
【问题描述】:
我正在尝试从低于指标中获取失败百分比
function_counter_total{name="getCar", status="fail"}
function_counter_total{name="getCar", status="emit"}
使用 prometheus 查询 function_counter_total{status="fail"} / function_counter_total{status="emit"} buy return 'No datapoints found'。
【问题讨论】:
标签: prometheus micrometer