@daocloud-proto/skoala 0.3.3-85 → 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
|
|
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?:
|
|
21
|
-
p75Metrics?:
|
|
22
|
-
p90Metrics?:
|
|
23
|
-
p95Metrics?:
|
|
24
|
-
p99Metrics?:
|
|
25
|
-
reqRateMetric?:
|
|
26
|
-
repLatencyMetric?:
|
|
27
|
-
errorsRateMetrics?:
|
|
28
|
-
|
|
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
|
}
|