@daocloud-proto/skoala 0.3.3-77 → 0.3.3-79

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,12 +4,26 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
- import * as InsightIoApiSpan_metricV1alpha1Span_metric from "../../../span_metric/v1alpha1/span_metric.pb"
7
+ import * as InsightIoApiSpan_metricV1alpha1Openmetrics from "../../../span_metric/v1alpha1/openmetrics.pb"
8
8
  export type Insight = {
9
+ serviceDetail?: InsightValue
10
+ serviceMetrics?: InsightMetrics
11
+ }
12
+
13
+ export type InsightValue = {
9
14
  call?: string
10
15
  successRates?: string
11
16
  latencies?: string
12
- metricsLatencies?: {[key: string]: InsightIoApiSpan_metricV1alpha1Span_metric.GetMetricsResponse}
13
- metricsErrorRates?: InsightIoApiSpan_metricV1alpha1Span_metric.GetMetricsResponse
14
- metricsCallRates?: InsightIoApiSpan_metricV1alpha1Span_metric.GetMetricsResponse
17
+ }
18
+
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[]
15
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.3.3-77",
3
+ "version": "0.3.3-79",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {