Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dataquality_doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王东
dataquality_doc
Commits
68f08927
Commit
68f08927
authored
Jul 20, 2022
by
王东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志处理加工逻辑
parent
c457ed0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
RZ_ODS/元数据DDL/RZ_ODS_ZRDATA.sql
RZ_ODS/元数据DDL/RZ_ODS_ZRDATA.sql
+9
-8
No files found.
RZ_ODS/元数据DDL/RZ_ODS_ZRDATA.sql
View file @
68f08927
-- RZ_ODS_RZDATA RZ_ODS_日志来源业务数据
-- RZ_ODS_RZDATA RZ_ODS_日志来源业务数据
create
table
RZDATA
(
create
table
RZDATA
(
`applicationName`
String
,
部署集群
`applicationName`
String
,
-- 部署集群
`agentId`
String
,
应用系统
`agentId`
String
,
-- 应用系统
`endPoint`
String
,
服务地址(
ip
+
port
)
`endPoint`
String
,
-- 服务地址(ip+port)
`rpc`
String
,
接口地址
`rpc`
String
,
-- 接口地址
`startTime`
String
,
接口访问开始时间
`startTime`
String
,
-- 接口访问开始时间
`endTime`
String
,
接口访问结束时间
`endTime`
String
,
-- 接口访问结束时间
`elapsed`
String
,
接口响应时间
单位是
ms
`elapsed`
String
,
-- 接口响应时间 单位是ms
`status`
String
接口访问状态
`status`
String
--
接口访问状态
)
)
;
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment