[manager]bugfix:fix linux interface metrics no instance (#75)

This commit is contained in:
tomsun28
2022-04-07 14:25:11 +08:00
committed by GitHub
parent 63ea0a87f7
commit 2ecf40e873
3 changed files with 2 additions and 10 deletions

View File

@@ -154,6 +154,7 @@ metrics:
# 指标信息 包括 field名称 type字段类型:0-number数字,1-string字符串 instance是否为实例主键 unit:指标单位
- field: interface_name
type: 1
instance: true
- field: receive_bytes
type: 0
unit: byte