@daocloud-proto/skoala 0.5.1-10 → 0.5.1-28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,9 +13,9 @@ export type SearchLogReq = {
13
13
  requestId?: string
14
14
  fqdn?: string
15
15
  requestPath?: string
16
- statusCode?: string[]
16
+ statusCode?: string
17
+ grpcNumber?: string
17
18
  requestMethod?: string[]
18
- message?: string
19
19
  startTime?: string
20
20
  endTime?: string
21
21
  sortOrder?: SortOrder[]
@@ -35,13 +35,28 @@ export type SearchLogRes = {
35
35
 
36
36
  export type LogResult = {
37
37
  authority?: string
38
- userAgent?: string
39
- gatewayName?: string
40
38
  method?: string
41
- xForwardedFor?: string
42
- requestId?: string
43
- path?: string
39
+ requestStartTime?: string
40
+ duration?: string
44
41
  upstreamServiceTime?: string
45
- requestTime?: string
42
+ path?: string
43
+ requestId?: string
44
+ bytesReceived?: string
45
+ bytesSent?: string
46
+ downstreamDirectRemoteAddress?: string
47
+ hostname?: string
48
+ userAgent?: string
49
+ xForwardedFor?: string
50
+ responseFlags?: string
51
+ upstreamCluster?: string
52
+ upstreamHost?: string
53
+ upstreamLocalAddress?: string
54
+ upstreamRequestAttemptCount?: number
55
+ protocol?: string
56
+ upstreamProtocol?: string
57
+ status?: string
58
+ gatewayName?: string
59
+ gatewayNamespaceName?: string
60
+ responseEndTime?: string
46
61
  json?: string
47
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.5.1-10",
3
+ "version": "0.5.1-28",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {