@daocloud-proto/skoala 0.3.3-89 → 0.3.3-91

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.
@@ -4,7 +4,7 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
- import * as InsightIoApiSpan_metricV1alpha1Openmetrics from "../../../span_metric/v1alpha1/openmetrics.pb"
7
+ import * as InsightIoApiMetricV1alpha1Metric from "../../../metric/v1alpha1/metric.pb"
8
8
  export type Insight = {
9
9
  serviceDetail?: InsightValue
10
10
  serviceMetrics?: InsightMetrics
@@ -17,13 +17,14 @@ export type InsightValue = {
17
17
  }
18
18
 
19
19
  export type InsightMetrics = {
20
- p50Metrics?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
21
- p75Metrics?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
22
- p90Metrics?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
23
- p95Metrics?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
24
- p99Metrics?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
25
- reqRateMetric?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
26
- repLatencyMetric?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
27
- errorsRateMetrics?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
28
- totalCallsMetrics?: InsightIoApiSpan_metricV1alpha1Openmetrics.MetricPoint[]
20
+ p50Metrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
21
+ p75Metrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
22
+ p90Metrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
23
+ p95Metrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
24
+ p99Metrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
25
+ reqRateMetric?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
26
+ repLatencyMetric?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
27
+ errorsRateMetrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
28
+ successTotalCallsMetrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
29
+ errorTotalCallsMetrics?: InsightIoApiMetricV1alpha1Metric.SampleStream[]
29
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.3.3-89",
3
+ "version": "0.3.3-91",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {