@daocloud-proto/skoala 0.27.0 → 0.27.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.
@@ -9,6 +9,7 @@ export enum RuleSource {
9
9
  METRIC_TPL = "METRIC_TPL",
10
10
  PROMQL = "PROMQL",
11
11
  LOG_TPL = "LOG_TPL",
12
+ EVENT_TPL = "EVENT_TPL",
12
13
  }
13
14
 
14
15
  export enum TargetType {
@@ -123,4 +123,13 @@ export type QueryEventContextRequest = {
123
123
  filter?: EventFilter
124
124
  before?: number
125
125
  after?: number
126
+ }
127
+
128
+ export type GetReasonsResponse = {
129
+ node?: string[]
130
+ daemonSet?: string[]
131
+ deployment?: string[]
132
+ job?: string[]
133
+ pod?: string[]
134
+ statefulSet?: string[]
126
135
  }
@@ -51,6 +51,8 @@ export type LogQueryResourceFilter = {
51
51
  podFilter?: string[]
52
52
  containerSearch?: string[]
53
53
  containerFilter?: string[]
54
+ traceIdSearch?: string
55
+ luceneFilter?: string
54
56
  }
55
57
 
56
58
  export type LogQuerySystemFilter = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.27.0",
3
+ "version": "0.27.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {