OMPUB-509: 使用bridge模式通知LUA的抽取结果,变更app_extra_info日志字段格式,用JSON数组表示
This commit is contained in:
@@ -53,7 +53,13 @@ struct attribute_kv
|
||||
{
|
||||
enum _ATTRIBUTE_TYPE type;
|
||||
char *name;
|
||||
void *value;
|
||||
union
|
||||
{
|
||||
unsigned int number;
|
||||
char *ip;
|
||||
char *string;
|
||||
void *value;
|
||||
};
|
||||
};
|
||||
|
||||
struct user_defined_attribute_label
|
||||
|
||||
Reference in New Issue
Block a user