Skip to content

Commit

Permalink
Update log.graphqls
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Apr 5, 2019
1 parent 7aa4418 commit a005dd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions log.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type Log {
serviceInstanceId: ID
endpointName: String
endpointId: ID
traceId: String
timestamp: String!
isError: Boolean
statusCode: String
Expand All @@ -43,6 +44,7 @@ input LogQueryCondition {
serviceId: ID
serviceInstanceId: ID
endpointId: ID
traceId: String
# The time range of log happened
queryDuration: Duration
state: LogState!
Expand Down

0 comments on commit a005dd1

Please sign in to comment.