Return 0 而不是 N/A (null) 当 select 计数没有结果时
Return 0 instead of N/A (null) when select count has no results
我想根据以下查询在单一统计面板中显示 KPI:
select count(foo) from bar where field = 'value' and time > now() - 1m
有时没有结果(这是有效的),但 singlestat 面板显示 N/A 而不是 0
我做什么can/should?
您可以尝试将 null to 0
映射到 "Value mappings"
下
(您不必使用文本范围)
我想根据以下查询在单一统计面板中显示 KPI:
select count(foo) from bar where field = 'value' and time > now() - 1m
有时没有结果(这是有效的),但 singlestat 面板显示 N/A 而不是 0
我做什么can/should?
您可以尝试将 null to 0
映射到 "Value mappings"
(您不必使用文本范围)