File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,8 @@ type RunProperty struct {
436436 // EvaluationTimeout is the timeout window in which the SLO metrics
437437 // will be fetched and will be evaluated
438438 EvaluationTimeout string `json:"evaluationTimeout,omitempty"`
439+ // Verbosity contains flags for type of logging while running the Continuous and onChaos Probes
440+ Verbosity string `json:"verbosity,omitempty"`
439441 // StopOnFailure contains flag to stop/continue experiment execution, if probe fails
440442 // it will stop the experiment execution, if provided true
441443 // it will continue the experiment execution, if provided false or not provided(default case)
Original file line number Diff line number Diff line change @@ -2271,6 +2271,8 @@ spec:
22712271 type : string
22722272 initialDelay :
22732273 type : string
2274+ verbosity :
2275+ type : string
22742276 stopOnFailure :
22752277 type : boolean
22762278 sloProbe/inputs :
Original file line number Diff line number Diff line change @@ -2272,6 +2272,8 @@ spec:
22722272 type : integer
22732273 initialDelay :
22742274 type : string
2275+ verbosity :
2276+ type : string
22752277 stopOnFailure :
22762278 type : boolean
22772279 sloProbe/inputs :
You can’t perform that action at this time.
0 commit comments