XiaoMi/open-falcon

aggregator网卡聚合

zhxd163 opened this issue · 1 comments

分母写$(net.if.in.bytes,/iface=eth1)或者$(net.if.in.bytes, iface=eth1)
都报错如下:
[numerator:$(net.if.in.bytes, iface=eth1)] id:12, err:value invalid

[numerator:$(net.if.out.bytes/iface=eth1)] id:13, err:value invalid

看起来好像是多了一个逗号,$(net.if.in.bytes,/iface=eth1) => $(net.if.in.bytes/iface=eth1)