OMPUB-509: 使用bridge模式通知LUA的抽取结果,变更app_extra_info日志字段格式,用JSON数组表示

This commit is contained in:
liuxueli
2022-06-28 15:01:14 +08:00
parent 81e1428745
commit 89966c851a
5 changed files with 71 additions and 27 deletions

View File

@@ -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