Commit 68f08927 authored by 王东's avatar 王东

日志处理加工逻辑

parent c457ed0b
-- 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment