File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
x-pack/solutions/observability/plugins/slo/public/data/slo Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -30,30 +30,10 @@ export const anUnhealthyTransformHealth: TransformHealthResponse = {
3030 stateMatches : true ,
3131} ;
3232
33- export const aFailedTransformHealth : TransformHealthResponse = {
34- isProblematic : true ,
35- missing : false ,
36- status : 'healthy' ,
37- state : 'failed' ,
38- stateMatches : false ,
39- } ;
40-
4133export const aConflictingTransformHealth : TransformHealthResponse = {
4234 isProblematic : true ,
4335 missing : false ,
4436 status : 'healthy' ,
4537 state : 'stopped' ,
4638 stateMatches : false ,
4739} ;
48-
49- export const aHealthySLOHealth = {
50- isProblematic : false ,
51- rollup : aHealthyTransformHealth ,
52- summary : aHealthyTransformHealth ,
53- } ;
54-
55- export const anUnhealthySLOHealth = {
56- isProblematic : true ,
57- rollup : anUnhealthyTransformHealth ,
58- summary : aHealthyTransformHealth ,
59- } ;
You can’t perform that action at this time.
0 commit comments