@daocloud-proto/skoala 0.35.1 → 0.35.2

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.
@@ -27,6 +27,7 @@ type BaseSearchLogReq = {
27
27
  startTime?: string
28
28
  endTime?: string
29
29
  sortOrder?: SortOrder
30
+ apiName?: string
30
31
  page?: number
31
32
  pageSize?: number
32
33
  }
@@ -74,4 +75,5 @@ export type LogResult = {
74
75
  gatewayNamespaceName?: string
75
76
  responseEndTime?: string
76
77
  json?: string
78
+ apiName?: string
77
79
  }
@@ -111,6 +111,7 @@ export type Nacos = {
111
111
  certificationEnabled?: boolean
112
112
  volume?: Volume
113
113
  createAt?: string
114
+ jvmPercentage?: number
114
115
  insight?: SkoalaApiGeneralV1alpha1Insight.NacosInsightMetrics
115
116
  clusterPhase?: SkoalaApiGeneralV1alpha1Common.ClusterPhase
116
117
  workloadState?: SkoalaApiGeneralV1alpha1Common.WorkloadState
@@ -194,6 +195,7 @@ export type NacosConfig = {
194
195
  volume?: Volume
195
196
  insightEnabled?: boolean
196
197
  certificationEnabled?: boolean
198
+ jvmPercentage?: number
197
199
  }
198
200
 
199
201
  export type Volume = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.35.1",
3
+ "version": "0.35.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {