Skip to content

Commit 0fd552d

Browse files
xiaochaoren1SongZhen0704
authored andcommitted
feat: querier modify biz_type category
1 parent 245a094 commit 0fd552d

6 files changed

Lines changed: 8 additions & 2 deletions

File tree

server/querier/db_descriptions/clickhouse/tag/flow_metrics/application

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ vtap , vtap , vtap
5858
agent , agent , agent , resource , , Capture Info , 111 , 0
5959
signal_source , signal_source , signal_source , int_enum , l7_signal_source , Capture Info , 111 , 0
6060
role , role , role , int_enum , role , Capture Info , 111 , 0
61-
biz_type , biz_type , biz_type , int , , Capture Info , 111 , 0
61+
62+
biz_type , biz_type , biz_type , int , , Business Info , 111 , 0

server/querier/db_descriptions/clickhouse/tag/flow_metrics/application.ch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ vtap , 采集器 , 已废弃,请使
5858
agent , 采集器 ,
5959
signal_source , 信号源 ,
6060
role , 角色 ,
61+
6162
biz_type , 业务类型 ,

server/querier/db_descriptions/clickhouse/tag/flow_metrics/application.en

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ vtap , DeepFlow Agent , Deprecated,please
5858
agent , DeepFlow Agent ,
5959
signal_source , Signal Source ,
6060
role , Role ,
61+
6162
biz_type , Business Type ,

server/querier/db_descriptions/clickhouse/tag/flow_metrics/application_map

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ capture_nic_type , capture_nic_type , capture_nic_type
7575
tap_side , tap_side , tap_side , string_enum , observation_point , Capture Info , 111 , 1
7676
observation_point , observation_point , observation_point , string_enum , observation_point , Capture Info , 111 , 0
7777
signal_source , signal_source , signal_source , int_enum , l7_signal_source , Capture Info , 111 , 0
78-
biz_type , biz_type , biz_type , int , , Capture Info , 111 , 0
78+
79+
biz_type , biz_type , biz_type , int , , Business Info , 111 , 0

server/querier/db_descriptions/clickhouse/tag/flow_metrics/application_map.ch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ capture_nic_type , 采集网卡类型 , 表示流量采
7575
tap_side , 路径统计位置 , 已废弃,请使用 observation_point。采集位置在流量路径中所处的逻辑位置,例如客户端网卡、客户端容器节点、服务端容器节点、服务端网卡等。
7676
observation_point , 观测点 , 采集位置在流量路径中所处的逻辑位置,例如客户端网卡、客户端容器节点、服务端容器节点、服务端网卡等。
7777
signal_source , 信号源 ,
78+
7879
biz_type , 业务类型 ,

server/querier/db_descriptions/clickhouse/tag/flow_metrics/application_map.en

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ capture_nic_type , Capture NIC Type , Indicates the type
7575
tap_side , TAP Side , Deprecated, please use observation_point.
7676
observation_point , Observation Point , The logical location of the collection location in the traffic path, such as Cient NIC, Client Node, Server Node, Server NIC, etc.
7777
signal_source , Signal Source ,
78+
7879
biz_type , Business Type ,

0 commit comments

Comments
 (0)