Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄营
datax-cloud
Commits
0e8bab8a
Commit
0e8bab8a
authored
Apr 02, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0项目初始化
parent
459f2fb1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
ApiLogDto.java
.../java/cn/datax/service/data/market/api/dto/ApiLogDto.java
+1
-0
ApiLogEntity.java
...cn/datax/service/data/market/api/entity/ApiLogEntity.java
+4
-0
ApiLogVo.java
...in/java/cn/datax/service/data/market/api/vo/ApiLogVo.java
+1
-0
No files found.
datax-modules/data-market-service-parent/data-market-service-api/src/main/java/cn/datax/service/data/market/api/dto/ApiLogDto.java
View file @
0e8bab8a
...
@@ -17,6 +17,7 @@ public class ApiLogDto implements Serializable {
...
@@ -17,6 +17,7 @@ public class ApiLogDto implements Serializable {
private
String
callerIp
;
private
String
callerIp
;
private
String
callerUrl
;
private
String
callerUrl
;
private
String
callerParams
;
private
String
callerParams
;
private
Integer
callerSize
;
private
LocalDateTime
callerDate
;
private
LocalDateTime
callerDate
;
private
Long
time
;
private
Long
time
;
private
String
msg
;
private
String
msg
;
...
...
datax-modules/data-market-service-parent/data-market-service-api/src/main/java/cn/datax/service/data/market/api/entity/ApiLogEntity.java
View file @
0e8bab8a
...
@@ -45,6 +45,10 @@ public class ApiLogEntity implements Serializable {
...
@@ -45,6 +45,10 @@ public class ApiLogEntity implements Serializable {
*/
*/
private
String
callerParams
;
private
String
callerParams
;
/**
/**
* 调用返回数据量
*/
private
Integer
callerSize
;
/**
* 调用耗时
* 调用耗时
*/
*/
private
Long
time
;
private
Long
time
;
...
...
datax-modules/data-market-service-parent/data-market-service-api/src/main/java/cn/datax/service/data/market/api/vo/ApiLogVo.java
View file @
0e8bab8a
...
@@ -16,6 +16,7 @@ public class ApiLogVo implements Serializable {
...
@@ -16,6 +16,7 @@ public class ApiLogVo implements Serializable {
private
String
callerId
;
private
String
callerId
;
private
String
callerIp
;
private
String
callerIp
;
private
String
callerUrl
;
private
String
callerUrl
;
private
Integer
callerSize
;
private
String
callerParams
;
private
String
callerParams
;
private
LocalDateTime
callerDate
;
private
LocalDateTime
callerDate
;
private
Long
time
;
private
Long
time
;
...
...
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