@daocloud-proto/skoala 0.2.0-97 → 0.3.0

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.
@@ -0,0 +1,15 @@
1
+ /* eslint-disable */
2
+ // @ts-nocheck
3
+ /*
4
+ * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
+ */
6
+
7
+ import * as InsightIoApiSpan_metricV1alpha1Span_metric from "../../../span_metric/v1alpha1/span_metric.pb"
8
+ export type Insight = {
9
+ call?: number
10
+ successRates?: number
11
+ latencies?: number
12
+ metricsLatencies?: {[key: string]: InsightIoApiSpan_metricV1alpha1Span_metric.GetMetricsResponse}
13
+ metricsErrorRates?: InsightIoApiSpan_metricV1alpha1Span_metric.GetMetricsResponse
14
+ metricsCallRates?: InsightIoApiSpan_metricV1alpha1Span_metric.GetMetricsResponse
15
+ }
@@ -4,6 +4,7 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
+ import * as SkoalaApiIntegratedV1alpha1Insight from "./insight.pb"
7
8
  import * as SkoalaApiIntegratedV1alpha1Registry from "./registry.pb"
8
9
  export type Service = {
9
10
  name?: string
@@ -11,6 +12,7 @@ export type Service = {
11
12
  instanceCount?: number
12
13
  registry?: SkoalaApiIntegratedV1alpha1Registry.Registry
13
14
  detail?: {[key: string]: string}
15
+ insight?: SkoalaApiIntegratedV1alpha1Insight.Insight
14
16
  }
15
17
 
16
18
  export type ListServiceReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.2.0-97",
3
+ "version": "0.3.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {