-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from ThomasObenaus/f/98_disable_watcher_in_dr…
…y_run Disable watcher in dry run
- Loading branch information
Showing
21 changed files
with
505 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Dry Run Mode | ||
|
||
The following table shows how sokar behaves in case the dry run mode is activated. | ||
|
||
| Feature | Dry Run Mode Active | Dry Run Mode Deactivated | | ||
| :-------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------- | :----------------------- | | ||
| Automatic Scaling | Deactivated | Active | | ||
| Manual Scaling | Possible | Not Possible | | ||
| ScaleObjectWatcher | Deactivated | Active | | ||
| PlanedButSkippedScalingOpen<br>_(The metric `sokar_sca_planned_but_skipped_scaling_open`,<br>for more information see [Metrics.md](../Metrics.md))_ | Set to 1 if a scaling was skipped<br>Set to 0 after manual scaling | Stays 0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.