Skip to content

Commit

Permalink
Adds verbosity property (litmuschaos#481)
Browse files Browse the repository at this point in the history
Signed-off-by: nagesh bansal <[email protected]>
Signed-off-by: Alvaro Gutierrez <[email protected]>
  • Loading branch information
Nageshbansal authored and AlvaroGG0 committed Apr 19, 2024
1 parent f587da6 commit 6f1586e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/litmuschaos/v1alpha1/chaosengine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ type RunProperty struct {
// EvaluationTimeout is the timeout window in which the SLO metrics
// will be fetched and will be evaluated
EvaluationTimeout string `json:"evaluationTimeout,omitempty"`
// Verbosity contains flags for type of logging while running the Continuous and onChaos Probes
Verbosity string `json:"verbosity,omitempty"`
// StopOnFailure contains flag to stop/continue experiment execution, if probe fails
// it will stop the experiment execution, if provided true
// it will continue the experiment execution, if provided false or not provided(default case)
Expand Down
2 changes: 2 additions & 0 deletions deploy/chaos_crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,8 @@ spec:
type: string
initialDelay:
type: string
verbosity:
type: string
stopOnFailure:
type: boolean
sloProbe/inputs:
Expand Down
2 changes: 2 additions & 0 deletions deploy/crds/chaosengine_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2272,6 +2272,8 @@ spec:
type: integer
initialDelay:
type: string
verbosity:
type: string
stopOnFailure:
type: boolean
sloProbe/inputs:
Expand Down

0 comments on commit 6f1586e

Please sign in to comment.