Skip to content

Commit

Permalink
feat(backend): 修改 mysql 表大小日志采集清洗字段类型为 long TencentBlueKing#8267
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Nov 28, 2024
1 parent 86de4bd commit f731f2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"is_delete": false,
"alias_name": "",
"field_name": "db_size",
"field_type": "int",
"field_type": "long",
"description": "",
"field_index": 7,
"is_analyzed": false,
Expand Down Expand Up @@ -201,7 +201,7 @@
"is_delete": false,
"alias_name": "",
"field_name": "table_size",
"field_type": "int",
"field_type": "long",
"description": "",
"field_index": 9,
"is_analyzed": false,
Expand Down

0 comments on commit f731f2e

Please sign in to comment.